Skip to content

Commit 934df81

Browse files
author
Mattia Bertorello
committed
Add slf4j option to show the datetime in the logs
1 parent d3e7122 commit 934df81

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build/build.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,8 @@
438438
<option value="-Dcom.apple.smallTabs=true"/>
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/"/>
441+
<option value="-Dorg.slf4j.simpleLogger.showDateTime=true"/>
442+
<option value="-Dorg.slf4j.simpleLogger.dateTimeFormat=yyyy-MM-dd HH:mm:ss:SSS Z"/>
441443

442444
<!--
443445
<option value="-Dapple.awt.showGrowBox=false"/>

0 commit comments

Comments
 (0)