From 41ac4f086a24945cd9fd4d87f5359dc74c53d5bc Mon Sep 17 00:00:00 2001 From: Chase Banna Date: Sat, 10 Jan 2026 09:31:08 -0800 Subject: [PATCH] fix: update default log level to Warning and add specific log levels for components --- src/Setlistbot.Function.Discord/host.json | 8 ++++++-- src/Setlistbot.Function.RedditBot/host.json | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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 +}