diff --git a/roles/bodhi2/base/templates/logging.yaml b/roles/bodhi2/base/templates/logging.yaml index 3fa6b4fe80..49accc0c45 100644 --- a/roles/bodhi2/base/templates/logging.yaml +++ b/roles/bodhi2/base/templates/logging.yaml @@ -35,6 +35,13 @@ loggers: root: level: INFO handlers: [console, smtp] + twisted: +{% if env == "production" %} + level: ERROR +{% else %} + level: DEBUG +{% endif %} + handlers: [console, smtp] root: level: NOTSET handlers: []