Re: debug and minidebug to syslog instead of to a file
Salvatore Toribio <[email protected]> Tue, 15 Apr 2008 10:27:33 +0200
| Newsgroups | gmane.mail.qmail.scanner |
|---|---|
| Message-ID | <a06240803c42a162c38bd@[193.43.129.200]> |
At 11:20 -0400 14-04-2008, Asif Iqbal wrote: >So I am assuming I need to somehome replace this `select(LOG);$|=1;' >with system call to `logger' command? > >Still looking for suggestion I don't know why are you trying this to write again in the same file... Have a look at the file 'sub-log_msg.pl' in the distribution directory to figure out what you have to do... Regards ST > >On Sat, Apr 12, 2008 at 4:54 PM, Asif Iqbal <[email protected]> wrote: >> How do I modify this to send the debug/minidebug log to syslog instead >> of to file? >> >> Right now they are going to qmail-queue.log file. >> >> I rather send them to syslog and config syslog to point to >> qmail-queue.log or wherever. >> >> >> if ($DEBUG || $MINIDEBUG ) { >> open(LOG,">>$logdir/$debuglog"); >> select(LOG);$|=1; >> &debug("+++ starting debugging for process $$ (ppid=$nppid) by >> uid=$real_uid"); >> &minidebug("+++ starting debugging for process $$ (ppid=$nppid) by >> uid=$real_uid"); >> } >> >> sub debug { >> my $dnowtime = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(time)); >> print LOG "$dnowtime:$nprocess: ",@_,"\n" if ($DEBUG); >> } >> > > sub minidebug { >> my $dnowtime = strftime("%a, %d %b %Y %H:%M:%S %Z", localtime(time)); >> print LOG "$dnowtime:$nprocess: ",@_,"\n" if ($MINIDEBUG && !$DEBUG); > > } >> ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone