Improved logging for production
This commit is contained in:
parent
f889fac9d2
commit
eded7f08d5
|
@ -1,8 +1,9 @@
|
||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning",
|
||||||
}
|
"Microsoft.EntityFrameworkCore": "Information"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
|
@ -1,9 +1,10 @@
|
||||||
{
|
{
|
||||||
"Logging": {
|
"Logging": {
|
||||||
"LogLevel": {
|
"LogLevel": {
|
||||||
"Default": "Information",
|
"Default": "Information",
|
||||||
"Microsoft.AspNetCore": "Warning"
|
"Microsoft.AspNetCore": "Warning",
|
||||||
}
|
"Microsoft.EntityFrameworkCore": "Warning"
|
||||||
},
|
}
|
||||||
"AllowedHosts": "*"
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
}
|
}
|
Loading…
Reference in a new issue