From 4f301d2a888bc08e9df099eb20caf509d8c31daa Mon Sep 17 00:00:00 2001 From: Oliver Schwengers Date: Wed, 16 Oct 2024 15:02:18 +0200 Subject: [PATCH] amend bakta_io logger prefix --- bakta/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bakta/io.py b/bakta/io.py index e44b1ac0..34520753 100644 --- a/bakta/io.py +++ b/bakta/io.py @@ -49,7 +49,7 @@ def main(): cfg.force = args.force log.info('force=%s', args.force) - bu.setup_logger(output_path, cfg.prefix, args) + bu.setup_logger(output_path, f'{cfg.prefix}.reconstruction', args) log.info('prefix=%s', cfg.prefix) log.info('output=%s', output_path)