Merge "Add use_syslog=True to sysinv.conf"

This commit is contained in:
Zuul 2024-06-12 13:35:18 +00:00 committed by Gerrit Code Review
commit 2091178a11

View File

@ -1,5 +1,5 @@
[lldp] [lldp]
drivers=ldpd drivers=lldpd
[DEFAULT] [DEFAULT]
control_exchange=openstack control_exchange=openstack
@ -14,7 +14,8 @@ logging_default_format_string=sysinv %(asctime)s.%(msecs)03d %(process)d %(level
sysinv_api_bind_ip=:: sysinv_api_bind_ip=::
auth_strategy=keystone auth_strategy=keystone
sysinv_api_pxeboot_ip= sysinv_api_pxeboot_ip=
sysinv_api_workers=1 sysinv_api_workers=2
use_syslog=True
[database] [database]
connection={{ database_connection }} connection={{ database_connection }}