]> gitweb.fluxo.info Git - puppet-syslog-ng.git/commitdiff
Comment change
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Feb 2011 13:54:21 +0000 (11:54 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 15 Feb 2011 13:54:21 +0000 (11:54 -0200)
templates/syslog-ng.conf_squeeze.erb

index d9c370dc2d5a491531fbecdf78742e3e0560d295..0576ea1cd21d3b085c51e01bc26aac5a55c305a4 100644 (file)
@@ -46,7 +46,7 @@ destination df_facility_dot_err    { file("/var/log/$FACILITY.err");    };
 destination df_facility_dot_crit   { file("/var/log/$FACILITY.crit");   };
 
 ############################################################
-## generic filters
+## generic filters and rewrites
 
 rewrite r_strip {subst("(25[0-5]|2[0-4][0-9]|[0-1]?[0-9]?[0-9])([\\.\\-](25[0-5]|2[0-4][0-9]|[0-1]?[0-9]?[0-9])){3}", "0.0.0.0", value("MESSAGE"), flags("global"));};
 filter f_at_least_info   { level(info..emerg);   };