summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-05-18 20:54:57 +0000
committerGerrit Code Review <review@openstack.org>2022-05-18 20:54:57 +0000
commit7dfecb332bec596e3ffd218997716ab6e4cf7c2b (patch)
tree61d301fa88b2ea038f8a98c1221b559e74abc2ea /etc
parent4ff0226707f432d6cf078e6f258670dbfb4521cd (diff)
parentd2b0c04d336256f7525fe1b7985ebaac76a82acf (diff)
downloadswift-7dfecb332bec596e3ffd218997716ab6e4cf7c2b.tar.gz
Merge "Add missing services to sample rsyslog.conf"
Diffstat (limited to 'etc')
-rw-r--r--etc/swift-rsyslog.conf-sample5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/swift-rsyslog.conf-sample b/etc/swift-rsyslog.conf-sample
index 7ded4ba25..4d9c2f3ea 100644
--- a/etc/swift-rsyslog.conf-sample
+++ b/etc/swift-rsyslog.conf-sample
@@ -25,10 +25,15 @@ if $programname contains 'proxy' then /var/log/swift/proxy.log
#if $programname == 'container-updater' then /var/log/swift/container-updater.log
#if $programname == 'container-auditor' then /var/log/swift/container-auditor.log
#if $programname == 'container-sync' then /var/log/swift/container-sync.log
+#if $programname == 'container-sharder' then /var/log/swift/container-sharder.log
+#if $programname == 'container-reconciler' then /var/log/swift/container-reconciler.log
#if $programname == 'object-server' then /var/log/swift/object-server.log
#if $programname == 'object-replicator' then /var/log/swift/object-replicator.log
#if $programname == 'object-updater' then /var/log/swift/object-updater.log
#if $programname == 'object-auditor' then /var/log/swift/object-auditor.log
+#if $programname == 'object-expirer' then /var/log/swift/object-expirer.log
+#if $programname == 'object-reconstructor' then /var/log/swift/object-reconstructor.log
+#if $programname == 'object-relinker' then /var/log/swift/object-relinker.log
# Use the following to discard logs that don't match any of the above to avoid
# them filling up /var/log/messages.