-
|
I'm trying to send some progress messages to the terminal using the documentation in: https://avocado-framework.readthedocs.io/en/latest/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: The test that I'm running is avocado instrumented: Do I missing something else that should be done to get it printing to the terminal? I reported something similar in the pass and a fix was reported as implemented but looks like we still have a problem using the API. Old ticket -> #5626 |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
@richtja, could you take a look to this one? it is something that looks like didn't get resolved as expected with the latest logger changes |
Beta Was this translation helpful? Give feedback.
-
|
Hi @marioaag, sorry for the late reply, I missed this question. Can you please provide more info about how you create the runnables, because I am not able to reproduce this behaviour? This is what I did: Test file: Command run Job API script Job API script output Job API script with Runnable Job API script with Runnable output |
Beta Was this translation helpful? Give feedback.
Hi @marioaag, sorry for the late reply, I missed this question. Can you please provide more info about how you create the runnables, because I am not able to reproduce this behaviour? This is what I did:
Test file:
Command run