log4j Warning

From: Aaron Boxer (aaron_at_oti-canada.com)
Date: 10/31/03


Date: Fri, 31 Oct 2003 15:19:17 -0500

Hello,

My application is using a jar file MyJar.jar that uses log4j (I have the
latest release of log4j).
I have put both MyJar.jar and log4j.jar in a directory in my classpath. I
have also
put the file "log4j.properties" into this same directory.

My log4j.properties file reads:

# Default Logging Configuration

log4j.rootLogger=INFO, stdout

#to increase logging level

#log4j.logger.org.dcm4cheri=DEBUG

#to decrease logging level

#log4j.logger.org.dcm4cheri=ERROR

log4j.appender.stdout=org.apache.log4j.ConsoleAppender

log4j.appender.stdout.layout=org.apache.log4j.PatternLayout

log4j.appender.stdout.layout.ConversionPattern=%d{ABSOLUTE} %-5p %x - %m\n

When I run the program, I get the following warning:

log4j:WARN No appenders could be found for logger
(org.dcm4cheri.server.ServerImpl).
log4j:WARN Please initialize the log4j system properly.

Any help would be greatly appreciated!

Aaron Boxer



Relevant Pages

  • Alternative to change log4j logging level at runtime?
    ... I am invesitaging the way to change the log4j logging level at ... The api call in Log4j of the setLevel is simple as follows. ... is there any build-in mechanism in Log4j to reload the ...
    (comp.lang.java.programmer)
  • Re: log4j: where to put properties file?
    ... "Aaron Boxer" wrote in message ... | latest release of log4j). ... log4j.properties needs to be on the classpath where log4j can find it. ...
    (comp.lang.java)
  • log4j: where to put properties file?
    ... My application is using a jar file MyJar.jar that uses log4j (I have the ... #to increase logging level ... Aaron Boxer ...
    (comp.lang.java.gui)
  • log4j: where to put properties file?
    ... My application is using a jar file MyJar.jar that uses log4j (I have the ... #to increase logging level ... Aaron Boxer ...
    (comp.lang.java)
  • Re: turn off log4j printing
    ... > i am using log4j for keeping log in a file. ... > printing on the console? ... logging level for each package is specified. ... raise log level for individual classes/packages. ...
    (comp.lang.java.programmer)