Revert "Have FMN use the INFO log level instead of DEBUG. This isn\'t necessary anymore."
This reverts commit cc27e7b747
.
This commit is contained in:
parent
3575bcf0c0
commit
85c5a7061e
1 changed files with 11 additions and 0 deletions
|
@ -151,4 +151,15 @@ 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