-
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):
|
Beta Was this translation helpful? Give feedback.
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.
|
Beta Was this translation helpful? Give feedback.
-
Hi @marioaag you can see the fix in #5306, but for combining the job config and suite config you have to use |
Beta Was this translation helpful? Give feedback.
Hi @marioaag you can see the fix in #5306, but for combining the job config and suite config you have to use
job_config
argument inSuite.from_config