Hello List,
May I know how to hide the following *.jar info please?
at
org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:123)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:49)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:126)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:112)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:91)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at org.hibernate.loader.Loader.getResultSet(Loader.java:2066)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1863)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1839)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at org.hibernate.loader.Loader.doQuery(Loader.java:910)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at
org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:355)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at org.hibernate.loader.Loader.doList(Loader.java:2554)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
at org.hibernate.loader.Loader.doList(Loader.java:2540)
~[hibernate-core-4.3.8.Final.jar:4.3.8.Final]
Tried:
<Logger name="org.hibernate" level="FATAL" additivity="false">
<AppenderRef ref="sql_log" />
</Logger>
But they are still shown in log file.
Thanks a lot!
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-user-help@logging.apache.org
|