diff options
Diffstat (limited to 'BackEnd/Timeline/appsettings.Development.json')
-rw-r--r-- | BackEnd/Timeline/appsettings.Development.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/BackEnd/Timeline/appsettings.Development.json b/BackEnd/Timeline/appsettings.Development.json new file mode 100644 index 00000000..a2880cbf --- /dev/null +++ b/BackEnd/Timeline/appsettings.Development.json @@ -0,0 +1,9 @@ +{
+ "Logging": {
+ "LogLevel": {
+ "Default": "Debug",
+ "System": "Information",
+ "Microsoft": "Information"
+ }
+ }
+}
|