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