|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Comment on |
| ( #3333=superdoc: print w/ replies, xml ) | Need Help?? |
|
We have not done any code change here but why this error message came now Because only now you have invoked that code path? logdie is logdie, if you open up that file and look at it, the exit is in logcroak If you grep the source/pod/dist for logcroak, you'll find talk of use Log::Log4perl qw(:no_extra_logdie_message); So there you have it, your program is using some flavor of LOGEXIT/LOGDIE , and log4perl does its job In reply to Re: Mod Perl Error (NOT)
by Anonymous Monk
|
|