From e92f327cdc75e93253524b4e1c277e9ea8d91149 Mon Sep 17 00:00:00 2001 From: mirpedrol Date: Thu, 12 Dec 2024 10:00:43 +0100 Subject: [PATCH] don't set up loggin level to error --- nf_core/pipelines/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nf_core/pipelines/sync.py b/nf_core/pipelines/sync.py index 781b4f5f0..a75ddef33 100644 --- a/nf_core/pipelines/sync.py +++ b/nf_core/pipelines/sync.py @@ -261,7 +261,7 @@ def make_template_pipeline(self): log.info("Making a new template pipeline using pipeline variables") # Only show error messages from pipeline creation - logging.getLogger("nf_core.pipelines.create").setLevel(logging.ERROR) + # logging.getLogger("nf_core.pipelines.create").setLevel(logging.ERROR) assert self.config_yml_path is not None assert self.config_yml is not None