• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Logging on Glassfish 3.1

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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!
 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Same problem...
Would appretiate any help..
 
Those are the largest trousers in the world! Especially when next to this ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic