[Bug 956257] perl scripts do not sent LOG_EMERG log messages (Sys::Syslog)

bugzilla at redhat.com bugzilla at redhat.com
Wed Apr 24 14:36:18 UTC 2013


Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=956257

--- Comment #1 from Martin Kyral <mkyral at redhat.com> ---
Description of problem:
perl scripts can't send messages with the LOG_EMERG log level to syslog.

Version:
perl-5.16.3-241.fc18

Steps to Reproduce:
0 [mkyral@ ~ ]$ perl -e 'use Sys::Syslog; syslog(LOG_EMERG, "Test message")'
syslog: level must be given at -e line 1.


Actual results:
syslog: level must be given at -e line 1.

Expected results:
message logged

-- 
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=AYZRmaxzjm&a=cc_unsubscribe



More information about the perl-devel mailing list