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

