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? |
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
|
|
Thanks for the hint! not sure what changed but it is working now! |
|
As a complement to this question... |
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
--configoption:$ avocado --config ~/.config/avocado/avocado.conf run /bin/true