• 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

Using jdk1.4 logging api with weblogic

 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm trying to use the logging api from jdk 1.4 (package java.util.logging) under weblogic server, I have already set the logging.properties file from the jdk I'm using to run weblogic to use the console handler:

handlers= java.util.logging.ConsoleHandler

and also have set the default level to log FINEST:

.level= FINEST

also have set the level for the log I'm using to log from FINEST

br.com.matecnologia.sistemaseguranca.level = FINEST

well, it work's fine for code outside the app server but from inside nothing is logget to the server console, any clues on how to do this???

tx in advance,
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic