BOD-59 Added vehicle fields to job as a part of decoding.

This commit is contained in:
Patrick Fic
2020-03-30 10:16:19 -07:00
parent 586c8181ea
commit 2fe5793479
2 changed files with 10 additions and 1 deletions

View File

@@ -23,7 +23,7 @@
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:format=ToString}"
fileName="${basedir}/logs/BSU-${shortdate}.log"
maxArchiveFiles="10"
archiveAboveSize="102400"