16 lines
274 B
Plaintext
16 lines
274 B
Plaintext
{
|
|
"Logging": {
|
|
"Console": {
|
|
"FormatterName": "simple",
|
|
"FormatterOptions": {
|
|
"TimestampFormat": "[yyyy-MM-dd HH:mm:ss] ",
|
|
"SingleLine": true
|
|
}
|
|
},
|
|
"LogLevel": {
|
|
"Default": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|