diff --git a/roles/openshift-apps/release-monitoring/files/cron.yml b/roles/openshift-apps/release-monitoring/files/cron.yml index 919bb9e18c..96335b3387 100644 --- a/roles/openshift-apps/release-monitoring/files/cron.yml +++ b/roles/openshift-apps/release-monitoring/files/cron.yml @@ -19,6 +19,8 @@ spec: env: - name: ANITYA_WEB_CONFIG value: /etc/anitya/anitya.toml + - name: USER + value: anitya volumeMounts: - mountPath: /etc/anitya name: config-volume diff --git a/roles/openshift-apps/release-monitoring/templates/configmap.yml b/roles/openshift-apps/release-monitoring/templates/configmap.yml index 9651345e49..65fd4d9a72 100644 --- a/roles/openshift-apps/release-monitoring/templates/configmap.yml +++ b/roles/openshift-apps/release-monitoring/templates/configmap.yml @@ -91,17 +91,17 @@ items: stream = "ext://sys.stdout" [anitya_log_config.loggers.anitya] - level = "DEBUG" + level = "INFO" propagate = false handlers = ["console"] [anitya_log_config.loggers.fedmsg] - level = "DEBUG" + level = "INFO" propagate = false handlers = ["console"] [anitya_log_config.root] - level = "DEBUG" + level = "INFO" handlers = ["console"] alembic.ini: |- [alembic]