From 4bbdc936e412d04650a615cc364a686d066bc467 Mon Sep 17 00:00:00 2001 From: pashko Date: Fri, 4 Oct 2024 17:38:17 +0800 Subject: [PATCH] Add nlog.config --- nlog.config | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 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