in reply to Mod Perl Error

My Code is running without "no_extra_logdie_message"

Yes we are using Log4perl and code used below modules

use Log::Log4perl; use Log::Log4perl::Level; use Log::Log4perl::Layout; use Log::Log4perl::Appender; use Log::Log4perl::Appender::String; use Log::Log4perl::Filter;

from error it is showing something wrong with 984

983 $Log::Log4perl::LOGDIE_MESSAGE_ON_STDERR ? 984 confess($msg) : 985 exit($Log::Log4perl::LOGEXIT_CODE); 986 }

Replies are listed 'Best First'.
Re^2: Mod Perl Error
by Anonymous Monk on Feb 05, 2013 at 14:41 UTC

    Not much use in quoting from log4perl, there is nothing wrong with the module, just the way you use it