Make linkedin logging level configurable

This commit is contained in:
Slavi Pantaleev
2022-07-25 15:38:55 +03:00
parent 9e65ba3298
commit b2f47fcfcd
2 changed files with 8 additions and 5 deletions

View File

@ -259,12 +259,12 @@ logging:
formatter: colored
loggers:
mau:
level: WARNING
level: {{ matrix_beeper_linkedin_logging_level|to_json }}
paho:
level: WARNING
level: {{ matrix_beeper_linkedin_logging_level|to_json }}
aiohttp:
level: WARNING
level: {{ matrix_beeper_linkedin_logging_level|to_json }}
root:
level: WARNING
handlers: [ console]
level: {{ matrix_beeper_linkedin_logging_level|to_json }}
handlers: [console]