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:
Mattia Verga
2025-06-18 18:43:58 +02:00
committed by mattia
parent 3be2d89e66
commit 919db0b4c1

View File

@@ -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