Take me over?
The maintainer of this distribution is looking for someone to take over!
If you're interested then please contact them via
email.
NAME
logging/warn - Logging plugin to send logging to STDERR
SYNOPSIS
Plugin logging/warn
LogLevel LOGWARN
DESCRIPTION
This plugin simply sends all error logging to STDERR via the perl warn()
call.
CONFIG
LogLevel STRING | NUMBER
Specify the level of logging. One of:
LOGDEBUG or 7
LOGINFO or 6
LOGNOTICE or 5
LOGWARN or 4
LOGERROR or 3
LOGCRIT or 2
LOGALERT or 1
LOGEMERG or 0