Hm...
Not getting further logs, let's see if this logs anything.
This commit is contained in:
parent
91680e2e17
commit
1697ec44d9
|
@ -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')
|
Loading…
Reference in New Issue