[jboss-cvs] jbosside/hibernatetools/plugins/org.hibernate.eclipse ...
Max Rydahl Andersen
mandersen at jboss.com
Mon Dec 11 17:22:03 EST 2006
User: mandersen
Date: 06/12/11 17:22:03
Modified: hibernatetools/plugins/org.hibernate.eclipse
hibernate-log4j.properties
Log:
HBX-830 Database errors should not be displayed in Log Error view
HBX-837 Have seperate logs per configuration
Revision Changes Path
1.5 +1 -1 jbosside/hibernatetools/plugins/org.hibernate.eclipse/hibernate-log4j.properties
(In the diff below, changes in quantity of whitespace are not shown.)
Index: hibernate-log4j.properties
===================================================================
RCS file: /cvsroot/jboss/jbosside/hibernatetools/plugins/org.hibernate.eclipse/hibernate-log4j.properties,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- hibernate-log4j.properties 1 Jun 2006 22:47:45 -0000 1.4
+++ hibernate-log4j.properties 11 Dec 2006 22:22:03 -0000 1.5
@@ -4,7 +4,7 @@
### Direct messages to Eclipse logging system (will be shown in Error Log)
log4j.appender.eclipselog=org.hibernate.eclipse.logging.PluginLogAppender
log4j.appender.eclipselog.layout=org.apache.log4j.PatternLayout
-log4j.appender.eclipselog.layout.ConversionPattern=%p %t %c - %m
+log4j.appender.eclipselog.layout.ConversionPattern=%d{ISO8601} %p %t %c - %m
### Direct messages from Eclipse loggin system to .metadata/plugins/org.hibernate.eclipse/hibernate-tools.log
log4j.appender.pluginlog=org.hibernate.eclipse.logging.PluginFileAppender
More information about the jboss-cvs-commits
mailing list