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