From 3f4c0720e1e3421431e7baa20882a4a4512a7fab Mon Sep 17 00:00:00 2001 From: ivar Date: Sun, 19 Oct 2025 23:41:23 +0200 Subject: Initial --- src/appsettings.Development.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/appsettings.Development.json (limited to 'src/appsettings.Development.json') diff --git a/src/appsettings.Development.json b/src/appsettings.Development.json new file mode 100644 index 0000000..8983e0f --- /dev/null +++ b/src/appsettings.Development.json @@ -0,0 +1,9 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft": "Warning", + "Microsoft.Hosting.Lifetime": "Information" + } + } +} -- cgit v1.3