Chmouel Boudjnah | 769eb1c | 2011-11-22 13:04:40 +0100 | [diff] [blame] | 1 | # 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 | |
| 8 | local1.*;local1.!notice %SWIFT_LOGDIR%/proxy.log |
| 9 | local1.notice %SWIFT_LOGDIR%/proxy.error |
| 10 | local1.* ~ |
| 11 | |
| 12 | local2.*;local2.!notice %SWIFT_LOGDIR%/storage1.log |
| 13 | local2.notice %SWIFT_LOGDIR%/storage1.error |
| 14 | local2.* ~ |
| 15 | |
| 16 | local3.*;local3.!notice %SWIFT_LOGDIR%/storage2.log |
| 17 | local3.notice %SWIFT_LOGDIR%/storage2.error |
| 18 | local3.* ~ |
| 19 | |
| 20 | local4.*;local4.!notice %SWIFT_LOGDIR%/storage3.log |
| 21 | local4.notice %SWIFT_LOGDIR%/storage3.error |
| 22 | local4.* ~ |
| 23 | |
| 24 | local5.*;local5.!notice %SWIFT_LOGDIR%/storage4.log |
| 25 | local5.notice %SWIFT_LOGDIR%/storage4.error |
| 26 | local5.* ~ |