examples: Set all log levels to INFO

This commit is contained in:
Mike A
2024-04-25 19:52:01 +02:00
parent 5bc1e2dd3c
commit 3fc65b90a1
3 changed files with 5 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from findmy.reports import RemoteAnisetteProvider
# URL to (public or local) anisette server
ANISETTE_SERVER = "http://localhost:6969"
logging.basicConfig(level=logging.DEBUG)
logging.basicConfig(level=logging.INFO)
def fetch_reports(priv_key: str) -> int: