vote up 0 vote down star

It seems a Log4j rolling appender stopped logging because it hit the MaxBackupIndex limit. I've moved the old log files out of the way but Log4j doesn't seem to start logging again.

Is there a way to restart Log4J logging via JMX?

I'd like to leverage this insteaed of restarting a Tomcat instance.

Thanks.

flag

57% accept rate

2 Answers

vote up 1 vote down

I don't think that's what log4j does. The MaxBackupIndex parameter tlle it how many old files to keep around before it starts deleting them, it has no effect on the logging itself. I suspect your problem lies elsewhere.

link|flag
You're right. According to the Log4J docs the MaxBackupIndex should not cause the RollingFileAppender to stop logging. It will just start deleting older files. – digitalsanctum Jul 2 at 14:27
vote up 1 vote down

Logback, log4j's successor can be reloaded via JMX.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.