commit 4bbdc936e412d04650a615cc364a686d066bc467 Author: pashko Date: Fri Oct 4 17:38:17 2024 +0800 Add nlog.config diff --git a/nlog.config b/nlog.config new file mode 100644 index 0000000..f694090 --- /dev/null +++ b/nlog.config @@ -0,0 +1,24 @@ + + + + + archiveDateFormat="yyyyMMdd" + maxArchiveFiles="100" + maxArchiveDays="2" + layout="${longdate} ${logger} ${level} ${message}" + enableArchiveFileCompression="false" + keepFileOpen="false" + concurrentWrites="true" + openFileCacheTimeout="30" /> + + + + + + \ No newline at end of file