| Author |
Logging on Glassfish 3.1
|
Maurice Le Chat
Greenhorn
Joined: Jan 20, 2009
Posts: 16
|
|
I try to use logger levels below INFO, like FINE, FINER, or FINEST, but only INFO and above is shown in the server.log. Working with Eclipse 3.6 Helios.
I tried all around to set lover levels, without any success.
I have:
parent logger name =
parent log level : INFO
ok, this is the root. for this I made an entry in the logging.properties like ".level=FINE" but nothing changed.
Further I have:
actual logger name: ch.commcity.monterosa.ejb.impl
actual logger level: FINE
is loggable? true
I changed in the constructor of the class the parent log level to: FINEST
and I changed the logging.properties file in the actual jre/lib
Without any success!
Who knows where to change to have loggings below the Level.INFO?
Thanks for any hint!
|
SCJP 5
|
 |
Zhomart Sadyakas
Greenhorn
Joined: Apr 13, 2011
Posts: 10
|
|
Same problem...
Would appretiate any help..
|
 |
 |
|
|
subject: Logging on Glassfish 3.1
|
|
|