diff --git a/src/Setlistbot.Function.Discord/host.json b/src/Setlistbot.Function.Discord/host.json index ce0da7c..2e4bbcf 100644 --- a/src/Setlistbot.Function.Discord/host.json +++ b/src/Setlistbot.Function.Discord/host.json @@ -2,7 +2,11 @@ "version": "2.0", "logging": { "logLevel": { - "default": "Information" + "default": "Warning", + "Host.Results": "Information", + "Function": "Information", + "Host.Aggregator": "Information", + "Setlistbot": "Information" } } -} \ No newline at end of file +} diff --git a/src/Setlistbot.Function.RedditBot/host.json b/src/Setlistbot.Function.RedditBot/host.json index ce0da7c..2e4bbcf 100644 --- a/src/Setlistbot.Function.RedditBot/host.json +++ b/src/Setlistbot.Function.RedditBot/host.json @@ -2,7 +2,11 @@ "version": "2.0", "logging": { "logLevel": { - "default": "Information" + "default": "Warning", + "Host.Results": "Information", + "Function": "Information", + "Host.Aggregator": "Information", + "Setlistbot": "Information" } } -} \ No newline at end of file +}