|
I'm trying to send some progress messages to the terminal using the documentation in: https://avocado-framework.readthedocs.io/en/92.0/guides/writer/chapters/logging.html#showing-custom-log-streams And setting the core.show through the job_config parameters I can see how it gets set in the job.log file: And I can see how the message is logged in the debug.log But not see it in the terminal output: In the test what I'm doing is (avocado instrumented): |
Answered by
richtja
Apr 1, 2022
Replies: 2 comments 3 replies
|
Hi @marioaag thank you for reporting this. This is definitely a bug, and I created issue #5305 to track it. For now, you can move 'core.show' option into the test suite config with that, it is working fine. |
2 replies
Answer selected by
marioaag
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @marioaag you can see the fix in #5306, but for combining the job config and suite config you have to use
job_configargument inSuite.from_config