fix(telegram_bot): httpx/httpcore Log-Level auf WARNING (Token nicht mehr in Logs)
This commit is contained in:
parent
cceb8a43b2
commit
f5c0b5e445
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ logging.basicConfig(
|
|||
format="%(asctime)s [%(name)s] %(levelname)s: %(message)s",
|
||||
level=logging.INFO,
|
||||
)
|
||||
logging.getLogger("httpx").setLevel(logging.WARNING)
|
||||
logging.getLogger("httpcore").setLevel(logging.WARNING)
|
||||
log = logging.getLogger("hausmeister")
|
||||
|
||||
ALLOWED_CHAT_IDS: set[int] = set()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue