We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c24630e commit f4e2c5dCopy full SHA for f4e2c5d
src/InEngine/NLog.config
@@ -7,7 +7,7 @@
7
internalLogLevel="Trace" internalLogFile="nlog-internal.log">
8
9
<targets>
10
- <target name="c" xsi:type="Console" layout="${longdate} ${callsite} ${level} ${message}"/>
+ <target name="c" xsi:type="Console" layout="${date:format=yyyy-MM-dd HH\:mm\:ss:universalTime=true} ${callsite:cleanNamesOfAnonymousDelegates=true} ${level} ${message}"/>
11
</targets>
12
13
<rules>
0 commit comments