Skip to content

Commit f4e2c5d

Browse files
committed
Update log format
1 parent c24630e commit f4e2c5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/InEngine/NLog.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
internalLogLevel="Trace" internalLogFile="nlog-internal.log">
88

99
<targets>
10-
<target name="c" xsi:type="Console" layout="${longdate} ${callsite} ${level} ${message}"/>
10+
<target name="c" xsi:type="Console" layout="${date:format=yyyy-MM-dd HH\:mm\:ss:universalTime=true} ${callsite:cleanNamesOfAnonymousDelegates=true} ${level} ${message}"/>
1111
</targets>
1212

1313
<rules>

0 commit comments

Comments
 (0)