Skip to Content.
Sympa Menu

en - Re: [sympa-users] wwsympa logs itself into 2 files at one time

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Malcolm-Rannirl <address@concealed>
  • To: address@concealed
  • Subject: Re: [sympa-users] wwsympa logs itself into 2 files at one time
  • Date: Fri, 17 Sep 2004 09:44:10 -0400

On Friday 17 September 2004 05:08 am, Tanel Kindsigo wrote:

> [root@dragon root]# grep log /etc/wwsympa.conf
> ###\\\\ Syslog ////###
> log_facility LOCAL1
>
> [root@dragon root]# grep LOCAL1 /etc/syslog.conf
> LOCAL1.* /var/log/sympa

> Why does it log itself into /var/log/messages also, if I told it to log
> into separate file /var/log/sympa?

Because you almost certainly have a line in /etc/syslog.conf that looks like:

*.info;mail.none;;news.none;authpriv.none -/var/log/messages

If you want to exclude sympa from /var/log/messages, you would change the
above to:

*.info;mail.none;;news.none;authpriv.none;LOCAL1.none
-/var/log/messages


(at least on a linux box, syslog.conf varies slightly on other *nix, check
the
manpage if needbe).

--
"The avalanche has already started. It is too late for the pebbles to vote."
- Ambassador Kosh, Babylon 5: Believers



Archive powered by MHonArc 2.6.19+.

Top of Page