mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
log4j in tests: don't append by default
GitOrigin-RevId: a7980fcc91e1496ea7a403cbe1f1c7945d92517d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
b8fdc6b81e
commit
0b3b629cc4
@@ -20,6 +20,7 @@
|
||||
|
||||
<appender name="FILE" class="org.apache.log4j.FileAppender">
|
||||
<param name="file" value="$LOG_DIR$/idea.log"/>
|
||||
<param name="append" value="false"/>
|
||||
<layout class="org.apache.log4j.PatternLayout">
|
||||
<param name="ConversionPattern" value="%d [%7r] %6p - %30.30c - %m \n"/>
|
||||
</layout>
|
||||
|
||||
Reference in New Issue
Block a user