##// END OF EJS Templates
notifications: reduce logging for email notifications.
dan -
r4292:6a785798 default
parent child Browse files
Show More
@@ -333,7 +333,7 b' class EmailNotificationModel(BaseModel):'
333 333 }
334 334
335 335 premailer_instance = premailer.Premailer(
336 cssutils_logging_level=logging.DEBUG,
336 cssutils_logging_level=logging.WARNING,
337 337 cssutils_logging_handler=logging.getLogger().handlers[0]
338 338 if logging.getLogger().handlers else None,
339 339 )
General Comments 0
You need to be logged in to leave comments. Login now