Wednesday Dec 13, 2006
Wednesday Dec 13, 2006
Glassfish (http://glassfish.dev.java.net) offers you pretty comfortable way how to control logging. You can find it in it's admin console and Fabian already described what to do to get some fancy logs out of e.g. WS-Policy WSIT framework there in his blog).
However, there is yet another way to configure logging levels for non-glassfish environment.
Simply edit your
And if you do not mind you will be overwhelmed with bunch of different logs, just do what I use
to do when want to get some logging stuff quickly and use the following two lines in your
.level=FINEST
java.util.logging.ConsoleHandler.level=FINEST