-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: Merkwürdiges Verhalten von log4j
PostPosted: Wed Jun 10, 2009 9:55 pm 
Newbie

Joined: Mon Apr 13, 2009 8:41 am
Posts: 4
Hi, also ich hab meine log4j.xml im src Folder meines Projekts.
Das logging funktioniert soweit auch alles, nur irgendwie schaff ich es nicht, dass Hibernate meine log4j.xml übernimmt.

Wenn ich in meiner hibernate.cfg.xml(die log4j.xml liegt im selben Ordner) den Eintrag..
Code:
<!-- Echo all executed SQL to stdout-->
<property name="show_sql">true</property>

auf true stelle, sehe ich nach Aufruf der build.xml zwar die SQL Befehle, jedoch ist dies lustigerweise abhängig davon ob meine eigenen Logs ausgegeben werden. Wenn ja, sehe ich nur einen Teil der Logs, wenn ich sie im Code ausblende sehe ich die ganze Ausgabe.

Ich verwende eine log4j.xml Datei wie hier http://stackoverflow.com/questions/436276/configuring-hibernate-logging-using-log4j-xml-config-file angegeben.
Mit den Einträgen
Code:
<logger name="org.hibernate">
   <level value="all" />
</logger>
<logger name="org.hibernate.SQL">
   <level value="debug" />
</logger>


Außerdem habe ich die log4j Version 1.2.15.
Ich versteh echt nicht woran das liegen kann. Schon das halbe Internet durchsucht^^
Wie kann ich erkennen ob hibernate meine Logging-Konfiguration übernimmt oder nicht, oder ob es die Standartkonfiguration übernimmt?
Muss ich hibernate noch irgendwie weiters konfigurieren? Jemand ne Ahnung?
Hab auch


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.