-
|
I'm trying to configure the messages that are logged to the debug.log file of each one of the tests with out total success, I started using the configuration option Execution code: Test code: Logs: debug.log: Is any way to configure the root logger via Avocado or all the loggers from Avocado to avoid the debug logs? |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 4 replies
-
|
@richtja do you have any suggestion? |
Beta Was this translation helpful? Give feedback.
-
|
@clebergnu do you have any suggestion? |
Beta Was this translation helpful? Give feedback.
-
|
Hi @marioaag, if you wan't to track 'avocado.test.progress' stream in separated file. You could use job.run.store_logging_stream option. This will create new file in the test result dir where you will have logs only from this stream. For more info see https://avocado-framework.readthedocs.io/en/latest/guides/writer/chapters/logging.html#using-store-logging-stream and https://avocado-framework.readthedocs.io/en/latest/config/index.html#job-run-store-logging-stream |
Beta Was this translation helpful? Give feedback.
-
|
Hi @richtja, I'm ok with the |
Beta Was this translation helpful? Give feedback.
Thanks @richtja, I'm not calling
avocado.utilsin my actual code implementation. Just call me attention that even when it is internally call by avocado I get the message in the test logs.