Fix replicator logs
* Adjust LOG_LOCAL for container/object replicator * Adjust rsyslog conf file name Fixes #633
This commit is contained in:
parent
795403bc57
commit
0137e8b820
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user