34 lines
861 B
JSON
34 lines
861 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/telegram-listener/telegram-listener-.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": ""
|
|
},
|
|
"WTelegramClientOptions": {
|
|
"ApiId": "",
|
|
"ApiHash": "",
|
|
"PhoneNumber": ""
|
|
}
|
|
}
|