job.output.loglevel configuration #5152
-
I'm modifying the job log level using the ~/.config/avocado/avocado.conf file:
Following the documentation here: Without results, I sill see the debug logs in test results and the configuration as debug in the job log
Is anything that I'm missing? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Hi @marioaag probably your config file is not being parsed properly. I just did a test and it is working as expecting. To see if the file is being parsed, just run You can force this with the
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the hint! not sure what changed but it is working now! |
Beta Was this translation helpful? Give feedback.
-
As a complement to this question... |
Beta Was this translation helpful? Give feedback.
Hi @marioaag probably your config file is not being parsed properly. I just did a test and it is working as expecting.
To see if the file is being parsed, just run
avocado config | head
, the first lines shows you all the config files parsed.You can force this with the
--config
option:$ avocado --config ~/.config/avocado/avocado.conf run /bin/true