From cc27e7b7476c87fcb85e62f9eac2a4ff9f5d5a1e Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Fri, 8 May 2015 11:55:58 +0000 Subject: [PATCH] Have FMN use the INFO log level instead of DEBUG. This isn\'t necessary anymore. --- roles/notifs/backend/templates/fmn.consumer.py | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/roles/notifs/backend/templates/fmn.consumer.py b/roles/notifs/backend/templates/fmn.consumer.py index 53dfce89ee..4745b6b974 100644 --- a/roles/notifs/backend/templates/fmn.consumer.py +++ b/roles/notifs/backend/templates/fmn.consumer.py @@ -149,15 +149,4 @@ config = { "fmn.acceptance_url": base + "confirm/accept/{secret}", "fmn.rejection_url": base + "confirm/reject/{secret}", "fmn.support_email": "notifications@" + domain, - - # Generic stuff - "logging": dict( - loggers=dict( - fmn={ - "level": "DEBUG", - "propagate": False, - "handlers": ["console", "mailer"], - }, - ), - ), }