aspose file tools
The moose likes Other Java Products and Servers and the fly likes Logging on Glassfish 3.1 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Other Java Products and Servers
Reply Bookmark "Logging on Glassfish 3.1" Watch "Logging on Glassfish 3.1" New topic
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..
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Logging on Glassfish 3.1
 
Similar Threads
Java Logging API
Logging "FINEST" messages using java Logger
Using jdk1.4 logging api with weblogic
Is TOMCAT'S JULI logging levels broken on Linux?
Dynamically setting logging level (java.util.logging)