Have FMN use the INFO log level instead of DEBUG. This isn\'t necessary anymore.
This commit is contained in:
parent
97246173c2
commit
cc27e7b747
1 changed files with 0 additions and 11 deletions
|
@ -149,15 +149,4 @@ config = {
|
||||||
"fmn.acceptance_url": base + "confirm/accept/{secret}",
|
"fmn.acceptance_url": base + "confirm/accept/{secret}",
|
||||||
"fmn.rejection_url": base + "confirm/reject/{secret}",
|
"fmn.rejection_url": base + "confirm/reject/{secret}",
|
||||||
"fmn.support_email": "notifications@" + domain,
|
"fmn.support_email": "notifications@" + domain,
|
||||||
|
|
||||||
# Generic stuff
|
|
||||||
"logging": dict(
|
|
||||||
loggers=dict(
|
|
||||||
fmn={
|
|
||||||
"level": "DEBUG",
|
|
||||||
"propagate": False,
|
|
||||||
"handlers": ["console", "mailer"],
|
|
||||||
},
|
|
||||||
),
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue