Kristian,

Do wish to redirect your log4j calls to JDK logging? If so, you could use log4j-over-slf4j, and then let SLF4J use JDK logging as the underlying logging system by placing slf4j-jdk14.jar on your class path.

HTH,

[1] http://www.slf4j.org/log4j-over-slf4j.html

Kristian Rink wrote:
Folks;

maybe a question inappropriate for this list (sorry in advance),
however I am unsure how to get this solved. Situation is as follows:
Using log4j in some of our applications which now have to be run inside
a glassfish application server. So far I managed to make the log-files
appear in and also be readable in the glassfish management console
(good), however, I figured out that not all log entries are viewable
(bad).

Looking closely, it seems that glassfish solely relies upon JDK Logging
priorities (INFO, FINER, FINEST, ...), so I don't see my log4j DEBUG
messages in that list. Question, so: Is there a way tweaking log4j to
use, say, "FINE" or "FINER" instead of DEBUG just for the sake of
making messages visible there? It's not really a technical but rather a
"cosmetic" aspect I guess, but I'm not sure how to get out of this...

Thanks in advance for any hints; best regards.
Kristian


--
Ceki Gülcü
QOS.ch is looking to hire talented developers in Switzerland.  If
interested, please contact c e k i @ q o s . c h


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to