Configure properly file for Hibernate cache log
Even if this log shouldn't show any message now as the level is set to INFO, but maybe during development it could be changed to DEBUG to show the log messages.
This commit is contained in:
parent
172c9ba195
commit
c4b2bf78f2
1 changed files with 2 additions and 2 deletions
|
|
@ -83,11 +83,11 @@
|
|||
</logger>
|
||||
|
||||
<appender name="second-level-cache-file" class="org.apache.log4j.RollingFileAppender">
|
||||
<param name="file" value="/tmp/libreplan-second-level-cache.log"/>
|
||||
<param name="file" value="${libreplan-log-directory}libreplan-second-level-cache.log" />
|
||||
<param name="MaxFileSize" value="5000KB"/>
|
||||
<param name="MaxBackupIndex" value="4"/>
|
||||
<layout class="org.apache.log4j.PatternLayout">
|
||||
<param name="ConversionPattern" value="%d [%t] %-5p %l - %m%n"/>
|
||||
<param name="ConversionPattern" value="%-5p [%d{dd-MMMM HH:mm:ss}] [%t] %c %x - %m%n" />
|
||||
</layout>
|
||||
</appender>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue