On 10 April 2012 21:47, Vasile Alin <[email protected]> wrote:

> do you have the same output for log4j.debug?
>
>
Almost.
log4j: Trying to find [log4j.xml] using context classloader
sun.misc.Launcher$AppClassLoader@2827f394.
log4j: Trying to find [log4j.xml] using
sun.misc.Launcher$AppClassLoader@2827f394 class loader.
log4j: Trying to find [log4j.xml] using ClassLoader.getSystemResource().
log4j: Trying to find [log4j.properties] using context classloader
sun.misc.Launcher$AppClassLoader@2827f394.
log4j: Using URL
[file:/home/min/ucng/ucng_java/sBorgJava/src/logging/log4j.properties] for
automatic log4j configuration.
log4j: Reading configuration from URL
file:/home/min/ucng/ucng_java/sBorgJava/src/logging/log4j.properties
log4j: Parsing for [root] with value=[DEBUG, stdout].
<----------------------- SAME FROM THIS POINT ON.
log4j: Level token is [DEBUG].
log4j: Category root set to DEBUG
log4j: Parsing appender named "stdout".
log4j: Parsing layout options for "stdout".
log4j: Setting property [conversionPattern] to [%5p [%c] %m%n].
log4j: End of parsing for "stdout".
log4j: Parsed "stdout" options.
log4j: Parsing for [org.apache.http.wire] with value=[DEBUG].
log4j: Level token is [DEBUG].
log4j: Category org.apache.http.wire set to DEBUG
log4j: Handling log4j.additivity.org.apache.http.wire=[null]
log4j: Parsing for [org.apache.http] with value=[DEBUG].
log4j: Level token is [DEBUG].
log4j: Category org.apache.http set to DEBUG
log4j: Handling log4j.additivity.org.apache.http=[null]
log4j: Parsing for [jobManager] with value=[DEBUG].
log4j: Level token is [DEBUG].
log4j: Category jobManager set to DEBUG
log4j: Handling log4j.additivity.jobManager=[null]
log4j: Finished configuring.

Reply via email to