
This patch aims to migrate service from usage of regular syslog files to journald. We also disable uwsgi logging, since it dublicates requests that are logged by service itself. Change-Id: I12c5a117d9ca508f24a36a477d2d71c36e6c8c96
14 lines
284 B
Django/Jinja
14 lines
284 B
Django/Jinja
# {{ ansible_managed }}
|
|
|
|
[DEFAULT]
|
|
# Disable stderr logging
|
|
use_stderr = False
|
|
debug = {{ debug }}
|
|
use_journal = True
|
|
|
|
# Should we run our own loop or rely on cron/scheduler to run us
|
|
daemon = False
|
|
|
|
# Loop time between checking for new items to schedule for delete
|
|
wakeup_time = 300
|