Skip to content

Commit bd85fdc

Browse files
author
Mattia Bertorello
committed
Add log4j.xml configuration
1 parent 53695d4 commit bd85fdc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

app/build.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@
8080
includeAntRuntime="false"
8181
debug="true"
8282
classpathref="class.path" />
83+
<!-- If you want to add files in the jars -->
84+
<copy todir="bin" overwrite="true" verbose="true">
85+
<fileset dir="src" includes="log4j2.xml" />
86+
</copy>
8387
</target>
8488

8589
<target name="test" depends="compile" description="Runs the test">

build/build.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -439,8 +439,6 @@
439439
<option value="-DAPP_DIR=$APP_ROOT/Contents/Java"/>
440440
<option value="-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/"/>
441441
<option value="-Djava.net.preferIPv4Stack=true"/>
442-
<option value="-Dorg.slf4j.simpleLogger.showDateTime=true"/>
443-
<option value="-Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z"/>
444442

445443
<!--
446444
<option value="-Dapple.awt.showGrowBox=false"/>

0 commit comments

Comments
 (0)