logging more fine for a paricular logger ?

Hello,

(i also posted this to another forum, but maybe this one is more appropriate)

Does anyone know about changing logging level for one particular logger? Can we get a more fine level for one particular logger? It only seems to allow us have less fine.

Right now, we only have default setting for all loggers:

.level= INFO

I want to turn up logging for one particular logger, like

com.aaa.level = FINEST

But it seems that java.util.Logger only allows us to have less logging for a particular logger, rather than more. Also, I notice the example given is

com.xyz.level = SEVERE

thanks!

JM

[657 byte] By [john_ma] at [2007-10-2 15:54:37]
# 1
It does what I was looking for.My mistake was in setting the log level.I had com.xyz.foo = FINEinstead of com.xyz.foo.level = FINE
john_ma at 2007-7-13 16:10:03 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...