Hello,

I installed a log4j.properties - file and the performace suffers extreme
and I get much too much DEBUG entries.

The log4j.properties - file looks like:

        log4j.rootLogger=ERROR, A1
        log4j.appender.A1=org.apache.log4j.ConsoleAppender
        log4j.appender.A1.layout=org.apache.log4j.PatternLayout

        # Print the date in ISO 8601 format
        log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c - %m%n

        log4j.logger.org.apache=DEBUG

In what word can I change DEBUG to get only the normal statements?

Note:

If I set log4j.logger.org.apache=DEBUG into commentary I get a message:

ServerLifeCycleListener:Can't create mbean for realm
[EMAIL PROTECTED]

After this:

Starting server Tomcat - Standalone

I hope you can help me.

Thanks in advance.

Kind regards
        J�rgen


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to