mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 17:01:33 +08:00
bodhi: another attempt to fix broken smtp logging handler in stg
Signed-off-by: Mattia Verga <mattia.verga@tiscali.it>
This commit is contained in:
@@ -821,12 +821,9 @@ formatter = generic
|
||||
|
||||
[handler_smtp]
|
||||
class = logging.handlers.SMTPHandler
|
||||
kwargs = {'mailhost'='bastion', 'fromaddr'='updates@stg.fedoraproject.org', 'toaddrs'=['bodhiadmin-members@fedoraproject.org'], 'subject'='Bodhi error'}
|
||||
level = ERROR
|
||||
formatter = generic
|
||||
mailhost = bastion
|
||||
fromaddr = updates@stg.fedoraproject.org
|
||||
toaddrs = bodhiadmin-members@fedoraproject.org
|
||||
subject = Bodhi error
|
||||
|
||||
[formatter_generic]
|
||||
format = %(asctime)s %(levelname)-5.5s [%(name)s][%(threadName)s] %(message)s
|
||||
|
||||
Reference in New Issue
Block a user