From 428f891a859d83386744990a8d5b16acbbef6a6e Mon Sep 17 00:00:00 2001 From: "Edgar P. Burkhart" Date: Thu, 14 Apr 2022 12:38:49 +0200 Subject: [PATCH] Update logging in animate --- olaflow/processing/animate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olaflow/processing/animate.py b/olaflow/processing/animate.py index da24ab6..b06adbd 100644 --- a/olaflow/processing/animate.py +++ b/olaflow/processing/animate.py @@ -21,7 +21,7 @@ args = parser.parse_args() logging.basicConfig(level=max((10, 20 - 10 * args.verbose))) log = logging.getLogger("ola_post") -log.info("Starting sws -> olaFlow converter") +log.info("Animating olaFlow output") config = configparser.ConfigParser() config.read(args.config) out = pathlib.Path(config.get("post", "out"))