Skip to content

Commit a694fbf

Browse files
authored
Merge pull request #1349 from cta-observatory/tailcut_finder_log_info
Set info logging level in find_tailcuts
2 parents 76540cc + d46df8b commit a694fbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lstchain/scripts/lstchain_find_tailcuts.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ def main():
6060
log_file = output_dir / log_file
6161
handler = logging.FileHandler(log_file, mode='w')
6262
logging.getLogger().addHandler(handler)
63+
logging.getLogger('lstchain.image.cleaning').setLevel(logging.INFO)
6364

6465
input_dir = args.input_dir.absolute()
6566

0 commit comments

Comments
 (0)