From 189222579485f58254cd70ac47419d81a9b76768 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 8 Feb 2023 14:49:25 +0900 Subject: [PATCH] Sync rsyslog config file from swift This pulls the latest example file from the swift repo, which contains the comment lines for a few additional services. Change-Id: I162516b3f3535a10072245dd466ba4cf045d8836 --- files/rsyslog-swift.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/files/rsyslog-swift.conf b/files/rsyslog-swift.conf index d8d919f02..d317e4816 100644 --- a/files/rsyslog-swift.conf +++ b/files/rsyslog-swift.conf @@ -26,10 +26,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.