From 0e6d3748d241c4d6470e7b679856253733aa0d04 Mon Sep 17 00:00:00 2001 From: Jan-Henrik Bruhn Date: Sat, 18 Feb 2023 14:04:50 +0100 Subject: [PATCH] reduce log level --- screenshotter/config.yaml | 2 +- screenshotter/rootfs/app/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/screenshotter/config.yaml b/screenshotter/config.yaml index 405bfc3..5bf1a81 100644 --- a/screenshotter/config.yaml +++ b/screenshotter/config.yaml @@ -1,6 +1,6 @@ --- name: E-Paper Screenshotter -version: 1.0.1.32 +version: 1.0.1.34 #image: ghcr.io/maxwinterstein/homeassistant-addon-toogoodtogo-ha-mqtt-bridge-{arch} slug: screenshotter description: Screenshot images for E-Paper pricetags diff --git a/screenshotter/rootfs/app/app.py b/screenshotter/rootfs/app/app.py index 0d410d1..bbecdd4 100644 --- a/screenshotter/rootfs/app/app.py +++ b/screenshotter/rootfs/app/app.py @@ -8,7 +8,7 @@ import datetime import croniter import logging -logging.basicConfig(format='%(asctime)s [%(levelname)s]:%(message)s', level=logging.DEBUG) +logging.basicConfig(format='%(asctime)s [%(levelname)s]:%(message)s', level=logging.INFO) INTERNAL_HA_URL = "http://172.30.32.1:8123"