Have FMN use the INFO log level instead of DEBUG. This isn\'t necessary anymore.

This commit is contained in:
Ralph Bean 2015-05-08 11:55:58 +00:00
parent 97246173c2
commit cc27e7b747

View file

@ -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"],
},
),
),
}