On Fri, 2013-04-05 at 12:30 +0200, Ana Gallardo Gómez wrote: > Hello, > > thank you for your response. > > > > That's a very old version, but probably good enough for what you want to > > do. > > > > ok > > This looks correct, but most probably is at the wrong place in > > rsyslog.conf. It needs to be above the rule for /var/log/syslog. > > > > If you post your complete config, we can help you sort this out. > > > > Sorry. > > My configuration is: > > # cat /etc/rsyslog.conf > > $ModLoad imuxsock # provides support for local system logging > $ModLoad imklog # provides kernel logging support (previously done by > rklogd) > > $ActionFileDefaultTemplate RSYSLOG_TraditionalFileFormat > > $FileOwner root > $FileGroup adm > $FileCreateMode 0640 > $DirCreateMode 0755 > $Umask 0022 > > $IncludeConfig /etc/rsyslog.d/*.conf > > auth,authpriv.* /var/log/auth.log > *.*;auth,authpriv.none -/var/log/syslog > > daemon.* -/var/log/daemon.log > kern.* -/var/log/kern.log > lpr.* -/var/log/lpr.log > mail.* -/var/log/mail.log > user.* -/var/log/user.log > > mail.info -/var/log/mail.info > mail.warn -/var/log/mail.warn > mail.err /var/log/mail.err > > news.crit /var/log/news/news.crit > news.err /var/log/news/news.err > news.notice -/var/log/news/news.notice > > *.=debug;\ > auth,authpriv.none;\ > news.none;mail.none -/var/log/debug > *.=info;*.=notice;*.=warn;\ > auth,authpriv.none;\ > cron,daemon.none;\ > mail,news.none -/var/log/messages > > *.emerg * > > daemon.*;mail.*;\ > news.err;\ > *.=debug;*.=info;\ > *.=notice;*.=warn |/dev/xconsole > >
mmhhh... where is the MySQL stuff that you posted? In some include file? IF so, please also post all include files AND their names. Rainer > Thanks again > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com/professional-services/ > What's up with rsyslog? Follow https://twitter.com/rgerhards > NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of > sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T > LIKE THAT. _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards NOTE WELL: This is a PUBLIC mailing list, posts are ARCHIVED by a myriad of sites beyond our control. PLEASE UNSUBSCRIBE and DO NOT POST if you DON'T LIKE THAT.

