about summary refs log tree commit diff
path: root/MatrixRoomUtils.Web/appsettings.Development.json
diff options
context:
space:
mode:
Diffstat (limited to 'MatrixRoomUtils.Web/appsettings.Development.json')
-rw-r--r--MatrixRoomUtils.Web/appsettings.Development.json9
1 files changed, 9 insertions, 0 deletions
diff --git a/MatrixRoomUtils.Web/appsettings.Development.json b/MatrixRoomUtils.Web/appsettings.Development.json
new file mode 100644

index 0000000..e203e94 --- /dev/null +++ b/MatrixRoomUtils.Web/appsettings.Development.json
@@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Debug", + "System": "Information", + "Microsoft": "Information" + } + } +}