debian: set journald log level to INFO (#29149)

DEBUG logs must go to a local file now.
This commit is contained in:
Benjamin Dauvergne 2020-08-21 18:33:30 +02:00
parent 8c664bc035
commit 39241002af
1 changed files with 1 additions and 0 deletions

View File

@ -192,6 +192,7 @@ if os.path.exists('/run/systemd/journal/socket'):
warnings.warn('journald will not be used directly, please install python-systemd')
else:
LOGGING['handlers']['journald'] = {
'level': 'INFO',
'class': 'hobo.journal.JournalHandler',
'filters': ['request_context'],
'formatter': 'syslog',