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" + } + } +}