Add syslog,verbose and debug logging options

This commit is contained in:
Liam Young 2014-06-17 10:06:48 +01:00
parent 3b446c1cf7
commit f8f036d7b1
2 changed files with 17 additions and 1 deletions

View File

@ -81,3 +81,16 @@ options:
description: |
Default multicast port number that will be used to communicate between
HA Cluster nodes.
use-syslog:
type: boolean
default: False
description: |
If set to True, supporting services will log to syslog.
debug:
default: False
type: boolean
description: Enable debug logging
verbose:
default: False
type: boolean
description: Enable verbose logging

View File

@ -3,6 +3,9 @@
# Configuration file maintained by Juju. Local changes may be overwritten.
###############################################################################
[DEFAULT]
verbose = {{ verbose }}
debug = {{ debug }}
use_syslog = {{ use_syslog }}
state_path = /var/lib/neutron
lock_path = $state_path/lock
bind_host = 0.0.0.0