From 281dfea1b555a53f37f89508b3cff503f7bd2a8f Mon Sep 17 00:00:00 2001 From: litinoveweedle <15144712+litinoveweedle@users.noreply.github.com> Date: Wed, 4 Feb 2026 21:34:32 +0100 Subject: [PATCH] add hassio logging level --- qbittorrent/config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbittorrent/config.yaml b/qbittorrent/config.yaml index 15cf183c6..196462649 100644 --- a/qbittorrent/config.yaml +++ b/qbittorrent/config.yaml @@ -79,6 +79,7 @@ map: - ssl name: qBittorrent options: + log_level: info env_vars: [] DNS_server: 8.8.8.8,1.1.1.1 PGID: "0" @@ -109,6 +110,7 @@ privileged: - DAC_READ_SEARCH - NET_ADMIN schema: + log_level: list(trace|debug|info|notice|warning|error|fatal)? env_vars: - name: match(^[A-Za-z0-9_]+$) value: str?