Changeset - 69ec616687e6
[Not reviewed]
default
0 1 0
Dennis Fink - 11 years ago 2014-07-15 18:06:31
dennis.fink@c3l.lu
Change from address in SMTPHandler
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
ennstatus/log.py
Show inline comments
 
@@ -36,7 +36,7 @@ def init_logging(app):
 

	
 
    smtp_handler = logging.handlers.SMTPHandler(
 
        'localhost',
 
        'info@c3l.lu',
 
        'ennstatus@enn.lu',
 
        app.config.get('ENNSTATUS_ADMINS', None),
 
        '[Ennstatus] Error')
 
    smtp_handler.setLevel(logging.ERROR)
0 comments (0 inline, 0 general)