IO-70 WIP OEC Creation.

This commit is contained in:
Patrick Fic
2021-11-23 14:35:58 -08:00
parent 6556c74266
commit 74cb593c66
2 changed files with 957 additions and 6 deletions

View File

@@ -23,14 +23,16 @@
See https://github.com/nlog/NLog/wiki/Layout-Renderers for the possible layout renderers.
-->
<target name="file" xsi:type="File"
layout="${level:uppercase=true} | ${longdate} ${logger} | ${message}${exception:format=ToString}"
layout="${level:uppercase=true} | ${longdate} ${logger} | ${message} ${exception:innerFormat=Message,StackTrace}"
fileName="${basedir}/logs/BSU-${shortdate}.log"
maxArchiveFiles="10"
archiveAboveSize="102400"
archiveEvery="Day"
includeSourceInfo="true"
keepFileOpen="true"/>
<target name="console" xsi:type="Console" />
<target layout="${level:uppercase=true} | ${longdate} ${logger} | ${message} ${exception:innerFormat=Message,StackTrace}"
name="console" xsi:type="Console" includeSourceInfo="true" />
<!--
Write events to a file with the date in the filename.