commit | 5855a64434cb94e34880e9a84765dd48671fba79 | [log] [tgz] |
---|---|---|
author | James E. Blair <james.blair@rackspace.com> | Wed Oct 26 15:44:27 2011 -0400 |
committer | James E. Blair <james.blair@rackspace.com> | Wed Oct 26 15:44:27 2011 -0400 |
tree | 28b2d9967599553e909491c00e129e0d3c6e6603 | |
parent | 698fc619b7cc5dfc5b7da6aab341d111747951ac [diff] [blame] |
Add syslog option, off by default. Add syslog option to glance and nova.
diff --git a/files/glance-api.conf b/files/glance-api.conf index 0358a7a..3499ff7 100644 --- a/files/glance-api.conf +++ b/files/glance-api.conf
@@ -27,7 +27,7 @@ log_file = %DEST%/glance/api.log # Send logs to syslog (/dev/log) instead of to file specified by `log_file` -use_syslog = False +use_syslog = %SYSLOG% # ============ Notification System Options =====================