logging
This commit is contained in:
15
appsettings.json-example
Normal file
15
appsettings.json-example
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"Logging": {
|
||||
"Console": {
|
||||
"FormatterName": "simple",
|
||||
"FormatterOptions": {
|
||||
"TimestampFormat": "[yyyy-MM-dd HH:mm:ss] ",
|
||||
"SingleLine": true
|
||||
}
|
||||
},
|
||||
"LogLevel": {
|
||||
"Default": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
}
|
Reference in New Issue
Block a user