19 lines
313 B
JSON
19 lines
313 B
JSON
|
{
|
||
|
"Logging": {
|
||
|
"LogLevel": {
|
||
|
"Default": "Information",
|
||
|
"Microsoft.AspNetCore": "Warning"
|
||
|
}
|
||
|
},
|
||
|
"AllowedHosts": "*",
|
||
|
"Serilog":{
|
||
|
"MinimumLevel": {
|
||
|
"Default": "Information",
|
||
|
"Override": {
|
||
|
"Microsoft": "Information",
|
||
|
"System": "Warning"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|