---------- Original Message ---------------------------------- From: [EMAIL PROTECTED] Date: Wed, 3 Jul 2002 20:24:03 +0200
>I tested to add these 2 ones (as suggested by GeorgeV)... but without any >result ... > >*.* /var/log/test >*.=debug /var/log/debugF > >(I restarted the syslogd also) > >So my stupid question is : >What did I miss so that all logs goes in a file ? /var/log/messages or an >other one ... > >Help ;-)) > I believe syslog also requires the file to exist before it can log to it, so do a touch /var/log/test /var/log/debugF, then restart syslod.
