diff --git a/cc_library/py_scc/sciler/app.py b/cc_library/py_scc/sciler/app.py index d29ccad2..ac17f374 100644 --- a/cc_library/py_scc/sciler/app.py +++ b/cc_library/py_scc/sciler/app.py @@ -33,7 +33,7 @@ def __init__(self, config, device): os.mkdir("logs") filename = "logs/log-" + datetime.now().strftime("%d-%m-%YT--%H-%M-%S") + ".txt" logging.basicConfig( - level=logging.INFO, + level=logging.CRITICAL, format="%(asctime)s [%(levelname)-5.5s] %(message)s", handlers=[logging.FileHandler(filename=filename), logging.StreamHandler()], )