mirror of
https://github.com/Jetsparrow/jetherald.git
synced 2026-01-21 07:56:09 +03:00
Change default log file name
This commit is contained in:
parent
48f9a39498
commit
8fa09d9166
@ -9,7 +9,7 @@
|
||||
</extensions>
|
||||
|
||||
<targets>
|
||||
<target xsi:type="File" name="allfile" fileName="logs\nlog-all-${date:format=yyyy-MM-dd-HH-mm-ss}.log"
|
||||
<target xsi:type="File" name="allfile" fileName="herald.log"
|
||||
layout="${longdate}|${event-properties:item=EventId_Id}|${uppercase:${level}}|${logger}|${message} ${exception:format=tostring}" />
|
||||
|
||||
<target name="logconsole" xsi:type="Console" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user