From 406b3a2afc6d007642865cbc35a2faed22c29ce0 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Wed, 8 Feb 2023 14:50:14 +0900 Subject: [PATCH] Fix wrong facility for swift logs Now we use local2 instead of local1 by default for all swift logs. Change-Id: I8828832df118778fff7390e01e47bf6e7ec1a057 --- files/rsyslog-swift.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/rsyslog-swift.conf b/files/rsyslog-swift.conf index d8d919f02..c0be10584 100644 --- a/files/rsyslog-swift.conf +++ b/files/rsyslog-swift.conf @@ -33,4 +33,4 @@ if $programname contains 'proxy' then /var/log/swift/proxy.log # Use the following to discard logs that don't match any of the above to avoid # them filling up /var/log/messages. -local1.* ~ +local2.* ~