From a0682d1f41a83ecb3b9c93d926088680d90a4b6c Mon Sep 17 00:00:00 2001 From: Lorenzo Volpi Date: Tue, 31 Oct 2023 15:07:32 +0100 Subject: [PATCH] debug fixed --- quacc/logger.py | 2 +- quacc/main.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/quacc/logger.py b/quacc/logger.py index c1750e6..2d6eecb 100644 --- a/quacc/logger.py +++ b/quacc/logger.py @@ -102,7 +102,7 @@ class SubLogger: rh.setLevel(logging.DEBUG) rh.setFormatter( logging.Formatter( - fmt="%(asctime)s| %(levelname)-8s\t%(message)s", + fmt="%(asctime)s| %(levelname)-12s\t%(message)s", datefmt="%d/%m/%y %H:%M:%S", ) ) diff --git a/quacc/main.py b/quacc/main.py index b7fd62a..a13a65c 100644 --- a/quacc/main.py +++ b/quacc/main.py @@ -32,7 +32,6 @@ def estimate_comparison(): traceback(e) for plot_conf in env.get_plot_confs(): for m in env.METRICS: - log.debug(env.current) output_path = env.OUT_DIR / f"{plot_conf}_{m}.md" try: _repr = dr.to_md(