[syslog-ng] Fail to write facility local0
    Javier Terceiro 
    correolista at gmail.com
       
    Mon Jul 30 13:43:08 CEST 2007
    
    
  
Hello,
I have this config file:
filter f_local0 { facility(local0); };
filter f_local1 { facility(local1); };
destination df_local1 {
        file("/mnt/log/$R_YEAR-$R_MONTH-$R_DAY/$SOURCEIP/local.log"
        template("$FULLDATE <> $PROGRAM <> $MSGONLY\n")
        template_escape(no));
};
log {
        source(s_tcp); source(s_internal); source(s_udp); source(s_unix);
        filter(f_local0); filter(f_local1);
        destination(df_local1);
};
	
When an event arrives at the system by facility local0 or local1, this
one is registered in the file never. Can be some bug of syslog-ng or
failure in config?
some idea of so that this one failure happens?
Best regards and thanks in advance.
-- 
A greeting,
Javier.
    
    
More information about the syslog-ng
mailing list