Pastebin
Paste #2273: None
< previous paste - next paste>
Pasted by root@mail
destination df_critical { file("/var/log/critical/log-$YEAR-$MONTH-$DAY"); file("/var/log/critical/current"); };
destination df_facility { file("/var/log/$FACILITY/log-$YEAR-$MONTH-$DAY"); file("/var/log/$FACILITY/current"); };
destination df_everything { file("/var/log/everything/log-$YEAR-$MONTH-$DAY"); file("/var/log/everything/current"); };
-destination df_mail { file("/var/log/mailstats-$YEAR-$MONTH-$DAY.log" template("$DATE $HOST $PROGRAM[$PID]: $MESSAGE\n") frac_digits(0) ts_format(bsd)); };
filter f_critical { level(crit,alert,emerg); };
filter f_emerg { level(emerg); };
-filter f_mail { facility(mail); };
log { source(s_local); destination(dn_network); };
log { source(s_local); destination(df_everything); };
log { source(s_local); destination(df_facility); };
log { source(s_local); filter(f_critical); destination(df_critical); };
log { source(s_local); filter(f_emerg); destination(du_all); };
-log { source(s_local); filter(f_mail); destination(df_mail); };
New Paste
Go to most recent paste.