File: swift.rsyslog

package info (click to toggle)
swift 2.10.2-1~deb9u1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 11,716 kB
  • ctags: 11,366
  • sloc: python: 143,645; sh: 617; pascal: 243; makefile: 71; xml: 30
file content (12 lines) | stat: -rw-r--r-- 759 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
if $programname startswith 'swift-account' then /var/log/swift/account.log
if $programname startswith 'swift-account' then stop
if $programname startswith 'swift-container' then /var/log/swift/container.log
if $programname startswith 'swift-container' then stop
if $programname startswith 'swift-object' then /var/log/swift/object.log
if $programname startswith 'swift-object' then stop
if $programname startswith 'swift-proxy' then /var/log/swift/proxy.log
if $programname startswith 'swift-proxy' then stop
if $programname startswith 'swift-drive-audit' then /var/log/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