reduce log level
This commit is contained in:
parent
5098a9506a
commit
0e6d3748d2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue