From 24aa6ff35c596ad1f503f46cc03acf09b0b4d6c8 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:47:24 -0500 Subject: [PATCH] chore: add example appsettings --- src/SanctionsSearch.Worker/appsettings.Example.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/SanctionsSearch.Worker/appsettings.Example.json diff --git a/src/SanctionsSearch.Worker/appsettings.Example.json b/src/SanctionsSearch.Worker/appsettings.Example.json new file mode 100644 index 0000000..b2dcdb6 --- /dev/null +++ b/src/SanctionsSearch.Worker/appsettings.Example.json @@ -0,0 +1,8 @@ +{ + "Logging": { + "LogLevel": { + "Default": "Information", + "Microsoft.Hosting.Lifetime": "Information" + } + } +}