From 3054b456dcb54f069a5d8aaa615c1dfe060eef9b Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 25 Apr 2024 06:31:52 +0200 Subject: Add projects logic, start of issues --- BugMine.DevTools.CLI/appsettings.Development.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 BugMine.DevTools.CLI/appsettings.Development.json (limited to 'BugMine.DevTools.CLI/appsettings.Development.json') 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" + } + } +} -- cgit 1.5.1