Fix name for syslog_log_facility param

Change-Id: I46bb0e2f22b9469f534186ffed257ecda5cf63e1
This commit is contained in:
Serg Melikyan 2014-02-06 18:20:38 +04:00
parent 13b767860e
commit 123c3a8cb8
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ bind_port = 8082
# Set up logging. To use syslog just set use_syslog parameter value to 'True'.
log_file = /tmp/murano-api.log
use_syslog = False
syslog-log-facility = LOG_LOCAL0
syslog_log_facility = LOG_LOCAL0
[database]
#A valid SQLAlchemy connection string for the metadata database