Fix replicator logs

* Adjust LOG_LOCAL for container/object replicator
* Adjust rsyslog conf file name

Fixes #633
This commit is contained in:
Andy McCrae 2014-11-24 17:19:46 +00:00
parent 795403bc57
commit 0137e8b820
3 changed files with 3 additions and 3 deletions

View File

@ -26,6 +26,6 @@
- name: "Drop swift rsyslog conf"
template:
src: "swift-rsyslog.conf.j2"
dest: "/etc/rsyslog.d/10-swift.conf"
dest: "/etc/rsyslog.d/52-swift.conf"
notify:
- restart rsyslog

View File

@ -16,7 +16,7 @@ replication_server = True
[container-replicator]
# You can override the default log routing for this app here (don't use set!):
# log_name = container-replicator
log_facility = LOG_LOCAL2
log_facility = LOG_LOCAL3
# log_level = INFO
# log_address = /dev/log
#

View File

@ -16,7 +16,7 @@ replication_server = True
[object-replicator]
# You can override the default log routing for this app here (don't use set!):
# log_name = object-replicator
log_facility = LOG_LOCAL2
log_facility = LOG_LOCAL4
# log_level = INFO
# log_address = /dev/log
#