Hey all,

I've checked through the mail archives, and tried everything listed, but I
still can't get syslog to work for the life of me =/

This is whats in the config:
        <Log SYSLOG>
            Facility    INFO
            Trace       4
        </Log>

I've tried DEBUG, LOG_DEBUG, LOG_INFO, etcetcetc.  There is a syslog.ph
file, /opt/perl5/lib/site_perl/5.6.0/PA-RISC2.0/syslog.ph.

Nothing comes through on syslog, when I test it out using Sys::Syslog,

<start>
#!/opt/perl5/bin/perl
use Sys::Syslog;
openlog($ident,$logopt,$facility);
        syslog('info', 'this is another test');
        syslog('mail', 'this is a better test: %d', time);
closelog();
syslog('debug', 'this is the last test');

<end>

All that works fine ..  Anyone have any insight? =/


--
.+.+.=.....+.....*..-...\//...-..+..._+($)(_)# ......%%@......[]@#.....!
Jon ([EMAIL PROTECTED])     Unix Systems Administrator, Primus Canada.
Tel.  (416) 207-7612       emerg/afterhour: [EMAIL PROTECTED]
cell. (416) 294-7780       Internet Services Group
.EOF

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.

Reply via email to