Remove use_syslog to log to stdout

Logs sent to syslog are not read by pebble.

Change-Id: I489932e02d9ea5dc9ae4b15b5ac4fd7902721c96
This commit is contained in:
Guillaume Boutry 2023-07-19 14:40:16 +02:00
parent bcdf62ac3d
commit 84c10439a0

View File

@ -8,7 +8,6 @@ debug = {{ options.debug }}
{% if amqp %}
transport_url = {{ amqp.transport_url }}
{% endif %}
use_syslog = true
bind_port = 9282
{% if ceph.auth %}