File: swift.rsyslog

package info (click to toggle)
swift 2.26.0-10%2Bdeb11u1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 19,536 kB
  • sloc: python: 224,579; sh: 604; pascal: 253; makefile: 72; xml: 32
file content (12 lines) | stat: -rw-r--r-- 789 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
if $programname startswith 'swift-account' then /var/log/swift/swift-account.log
if $programname startswith 'swift-account' then stop
if $programname startswith 'swift-container' then /var/log/swift/swift-container.log
if $programname startswith 'swift-container' then stop
if $programname startswith 'swift-object' then /var/log/swift/swift-object.log
if $programname startswith 'swift-object' then stop
if $programname startswith 'swift-proxy' then /var/log/swift/swift-proxy.log
if $programname startswith 'swift-proxy' then stop
if $programname startswith 'swift-drive-audit' then /var/log/swift/swift-drive-audit.log
if $programname startswith 'swift-drive-audit' then stop
if $programname startswith 'swift' then /var/log/swift/swift.log
if $programname startswith 'swift' then stop