|
1
|
+[Core]
|
|
2
|
+Filter="%Severity% >= debug"
|
|
3
|
+
|
|
4
|
+[Sinks.TextFileSettings]
|
|
5
|
+Destination=TextFile
|
|
6
|
+FileName="dmap_%Y%m%d.log"
|
|
7
|
+AutoFlush=true
|
|
8
|
+Format="[%TimeStamp%] [%Uptime%] [%Scope%] <%Severity%> %Message%"
|
|
9
|
+Asynchronous=false
|
|
10
|
+Append=true |
...
|
...
|
|