Not getting further logs, let's see if this logs anything.
This commit is contained in:
Jigme Datse Yli-Rasku 2024-05-30 01:27:14 -07:00
parent 91680e2e17
commit 1697ec44d9
1 changed files with 3 additions and 1 deletions

View File

@ -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)
exit(100)
logger.info('Bottom of script, ending log')