about summary refs log tree commit diff
path: root/BugMine.DevTools.CLI/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-04-25 06:31:52 +0200
committerRory& <root@rory.gay>2024-04-25 06:31:52 +0200
commit3054b456dcb54f069a5d8aaa615c1dfe060eef9b (patch)
treece89fbd1478206ac19fefa23035b68801bd25d4e /BugMine.DevTools.CLI/appsettings.Development.json
parentAdd basic project management (diff)
downloadBugMine-3054b456dcb54f069a5d8aaa615c1dfe060eef9b.tar.xz
Add projects logic, start of issues
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" + } + } +}