blob: 011c893b914a633f5ebae4e6f9307e55d343bea3 [file] [log] [blame]
Chmouel Boudjnah769eb1c2011-11-22 13:04:40 +01001# Uncomment the following to have a log containing all logs together
2#local1,local2,local3,local4,local5.* %SWIFT_LOGDIR%/all.log
3
4# Uncomment the following to have hourly proxy logs for stats processing
5#$template HourlyProxyLog,"%SWIFT_LOGDIR%/hourly/%$YEAR%%$MONTH%%$DAY%%$HOUR%"
6#local1.*;local1.!notice ?HourlyProxyLog
7
8local1.*;local1.!notice %SWIFT_LOGDIR%/proxy.log
9local1.notice %SWIFT_LOGDIR%/proxy.error
10local1.* ~
11
12local2.*;local2.!notice %SWIFT_LOGDIR%/storage1.log
13local2.notice %SWIFT_LOGDIR%/storage1.error
14local2.* ~
15
16local3.*;local3.!notice %SWIFT_LOGDIR%/storage2.log
17local3.notice %SWIFT_LOGDIR%/storage2.error
18local3.* ~
19
20local4.*;local4.!notice %SWIFT_LOGDIR%/storage3.log
21local4.notice %SWIFT_LOGDIR%/storage3.error
22local4.* ~
23
24local5.*;local5.!notice %SWIFT_LOGDIR%/storage4.log
25local5.notice %SWIFT_LOGDIR%/storage4.error
26local5.* ~