From 604988cd5eaffe0bd01030c6a2de793156fbad78 Mon Sep 17 00:00:00 2001 From: Abelardo Moralejo Date: Fri, 7 Feb 2025 09:55:13 +0100 Subject: [PATCH] Set info logging level in find_tailcuts --- lstchain/image/cleaning.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lstchain/image/cleaning.py b/lstchain/image/cleaning.py index 35044bd47..2cfdb1563 100644 --- a/lstchain/image/cleaning.py +++ b/lstchain/image/cleaning.py @@ -86,7 +86,9 @@ def find_tailcuts(input_dir, run_number): newconfig : dict cleaning configuration for running the DL1ab stage """ - + + log.setLevel(logging.INFO) + # subrun-wise dl1 file names: dl1_filenames = Path(input_dir, run_to_dl1_filename(1, run_number, 0).replace(