32 lines
821 B
JSON
32 lines
821 B
JSON
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information"
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console",
|
|
"Args": {
|
|
"outputTemplate": "[{Level:u3}] {Timestamp:MM-dd HH:mm:ss} {TraceId} {SourceContext:l} {Message:lj}{NewLine}{Exception}"
|
|
}
|
|
},
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "/var/log/nocr/text-matcher/nocr-text-matcher-.log",
|
|
"outputTemplate": "[{Level:u3}] {Timestamp:dd-MM-yyyy HH:mm:ss} {TraceId} {SourceContext:l} {Message:lj}{NewLine}{Exception}",
|
|
"fileSizeLimitBytes": 104857600,
|
|
"rollingInterval": "Day",
|
|
"rollOnFileSizeLimit": true
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"RebusRabbitMqOptions": {
|
|
"ConnectionString": ""
|
|
},
|
|
"ConnectionStrings": {
|
|
"TextMatcherContext": ""
|
|
}
|
|
}
|