diff options
Diffstat (limited to 'BackEnd/Timeline')
-rw-r--r-- | BackEnd/Timeline/appsettings.Development.json | 4 | ||||
-rw-r--r-- | BackEnd/Timeline/appsettings.json | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/BackEnd/Timeline/appsettings.Development.json b/BackEnd/Timeline/appsettings.Development.json index a2880cbf..827a2f87 100644 --- a/BackEnd/Timeline/appsettings.Development.json +++ b/BackEnd/Timeline/appsettings.Development.json @@ -1,9 +1,7 @@ {
"Logging": {
"LogLevel": {
- "Default": "Debug",
- "System": "Information",
- "Microsoft": "Information"
+ "Default": "Debug"
}
}
}
diff --git a/BackEnd/Timeline/appsettings.json b/BackEnd/Timeline/appsettings.json index 0804371b..c12206f7 100644 --- a/BackEnd/Timeline/appsettings.json +++ b/BackEnd/Timeline/appsettings.json @@ -1,7 +1,7 @@ {
"Logging": {
"LogLevel": {
- "Default": "Warning"
+ "Default": "Information"
}
}
}
|