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

index 0000000..b2dcdb6 --- /dev/null +++ b/BugMine.DevTools.CLI/appsettings.Development.json
@@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.Hosting.Lifetime": "Information" + } + } +}