2023-12-05 19:12:45 +04:00
|
|
|
{
|
|
|
|
"Serilog": {
|
|
|
|
"Using": [ "Serilog.Sinks.File" ],
|
|
|
|
"MinimumLevel": "Information",
|
|
|
|
"WriteTo": [
|
|
|
|
{
|
|
|
|
"Name": "File",
|
|
|
|
"Args": {
|
|
|
|
"path": "Logs/log_.log",
|
|
|
|
"rollingInterval": "Day",
|
|
|
|
"outputTemplate": "[{Timestamp:HH:mm:ss.fff}]{Level:u4}: {Message:lj}{NewLine}{Exception}"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ],
|
|
|
|
"Properties": {
|
2023-12-06 10:47:01 +04:00
|
|
|
"Application": "Hydroplane"
|
2023-12-05 19:12:45 +04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|