From 1697ec44d9a62662486f82a73c749a9e5759cca7 Mon Sep 17 00:00:00 2001 From: Jigme Datse Yli-Rasku Date: Thu, 30 May 2024 01:27:14 -0700 Subject: [PATCH] Hm... Not getting further logs, let's see if this logs anything. --- source/courier-to-mailman3.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/courier-to-mailman3.py b/source/courier-to-mailman3.py index b7631c2..6981c83 100644 --- a/source/courier-to-mailman3.py +++ b/source/courier-to-mailman3.py @@ -78,4 +78,6 @@ except Exception as e: logger.error('lmtp error') logger.exception('Got exception Traceback:') logger.error('lmtp failed errorno: %s, message: %s', e.errno, e.strerror) - exit(100) \ No newline at end of file + exit(100) + +logger.info('Bottom of script, ending log') \ No newline at end of file