https://issues.apache.org/bugzilla/show_bug.cgi?id=46248

           Summary: Log4j content is empty
           Product: Log4j
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P1
         Component: Configurator
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Problem: 

In my testing program, i have written:
logger.debug("---testing 123---");
But somehow my log file didn't capture the above. It seem like the global
settigs for LEVEL doesn't work.

Please advise. Thanks. 

***************************************************************************

Below is my build.properties's settings:

log4j.rootLogger=WARN, rolling, stdout
log4j.appender.MaxFileSize=20480KB
log4j.appender.MaxBackupIndex=5
log4j.logger.Level=DEBUG
log4j.appender.stdout.layout.ConversionPattern=%d | %5p | (%c:%L) - %m%n
log4j.appender.rolling.layout.ConversionPattern=%d | %5p | (%c:%L) - %m%n


***************************************************************************


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

Reply via email to