17 lines
346 B
JSON
17 lines
346 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information",
|
|
"Hangfire": "Information"
|
|
},
|
|
"File": {
|
|
"Path": "app.log",
|
|
"Append": "True",
|
|
"FileSizeLimitBytes": 2048,
|
|
"MaxRollingFiles": 5
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|