Skip to content

Conversation

@ivan-velasco
Copy link
Contributor

@ivan-velasco ivan-velasco commented Nov 24, 2024

Running Venom in non-verbose mode results in additional "debug" logs being recorded at the "info" level. This not only uses more storage space but also slows down the debugging process for test case failures. Currently, we've shifted these logs to the debug level, but it's worth considering moving them to the trace level OR remove them entirely.

@ivan-velasco ivan-velasco deleted the feature/log-level branch December 4, 2024 21:59
@ivan-velasco ivan-velasco restored the feature/log-level branch December 5, 2024 22:08
@ivan-velasco ivan-velasco reopened this Dec 5, 2024
Copy link
Member

@yesnault yesnault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you @ivan-velasco for this PR.

Updating verboseReport give a inconsistent output on :

❯ venom run -v user_executor.yml
          [trac] writing venom.35.log
 • testsuite with a user executor (user_executor.yml)
        • testJSON              • hello PASS
 PASS
        • testA                 • hello PASS
 PASS
        • testAResultDisplay            • exec PASS
                  [info] value is "{"hello":"World"}"
 PASS
        • testB                 • exec PASS
 PASS
        • testfoobar            • foobar PASS
 PASS
final status: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants