[slf4j-user] Slightly OT: configuring Hibernate logging level and SLF4J using JDK 1.4 logger
Robert Elliot
rob at lidalia.org.uk
Thu Dec 9 13:50:52 CET 2010
It's not really a Hibernate or an SLF4J question. You've chosen to use java.util.logging as your backend to SLF4J, so it's a java.util.logging question.
I'd guess the majority of SLF4J users use Logback or Log4J as the backend to SLF4J, certainly I do, so I'm not particularly familiar with how to configure JULI.
I would guess all you need is here:
http://download.oracle.com/javase/6/docs/technotes/guides/logging/overview.html
There's an example JULI config file here, complete with definition of how you tell Java to use it:
http://www.javapractices.com/topic/TopicAction.do?Id=143
----- Original Message -----
> From: "Karsten Wutzke" <kwutzke at web.de>
> To: slf4j-user at qos.ch
> Sent: Thursday, 9 December, 2010 12:26:27 PM
> Subject: [slf4j-user] Slightly OT: configuring Hibernate logging level and SLF4J using JDK 1.4 logger
> Hello,
>
> I've recently asked this on StackOverflow.com and I haven't yet found
> an answer to my question:
>
> http://stackoverflow.com/questions/4394179/hibernate-how-do-you-adjust-the-default-logging-level-sjf4j-and-jdk-1-4-logger
>
> As this is also a Hibernate question, I thought it might be a good
> idea to ask here, because many people using SLF4J also use Hibernate.
>
> So, can anyone help on this issue?
>
> Thanks,
> Karsten
>
> PS: I've found many articles on LOG4J but I don't need/use it...
> ___________________________________________________________
> Neu: WEB.DE De-Mail - Einfach wie E-Mail, sicher wie ein Brief!
> Jetzt De-Mail-Adresse reservieren: https://produkte.web.de/go/demail02
> _______________________________________________
> slf4j-user mailing list
> slf4j-user at qos.ch
> http://qos.ch/mailman/listinfo/slf4j-user
More information about the slf4j-user
mailing list