in reply to Re^2: Log4perl stops logging after update to 1.24
in thread Log4perl stops logging after update to 1.24

Maybe you were using Log::Log4perl->easy_init() before? easy_init sets level to $DEBUG by default.

Replies are listed 'Best First'.
Re^4: Log4perl stops logging after update to 1.24
by kreetrapper (Scribe) on Sep 21, 2009 at 07:35 UTC

    No, that's the weird thing and it's why it took me so long to even pinpoint the problem. I didn't change my code at all, but after the Log4perl module got updated (by system management, I might add, so I wasn't even aware of that at first) my program suddenly didn't log anymore.

    btw: I'm sorry that it always takes me so long to answer here. I was afk a lot recently.