доделанная

This commit is contained in:
mara-1 2024-05-23 10:29:53 +04:00
parent 604b8d9d44
commit 26c838791d

View File

@ -8,14 +8,14 @@
"Args": { "Args": {
"path": "Logs/log_.log", "path": "Logs/log_.log",
"rollingInterval": "Day", "rollingInterval": "Day",
"outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}" "outputTemplate": "[{Timestamp:HH:mm:ss.fff}]: {Level:u4} {Message:lj}{NewLine}{Exception}"
} }
}, },
{ "Name": "Console" } { "Name": "Console" }
], ],
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ], "Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
"Properties": { "Properties": {
"Application": "Locomotives" "Application": "Bulldozer"
} }
} }
} }