#1754 bodhi: another try to prevent stg logs from being unreadable
Merged 5 months ago by zlopez. Opened 5 months ago by mattia.
fedora-infra/ mattia/ansible bodhi-stg-logs  into  main

@@ -44,7 +44,7 @@ 

  {% if env == "production" %}

      level: ERROR

  {% else %}

-     level: DEBUG

+     level: INFO

  {% endif %}

      handlers: [console, smtp]

    twisted:

For some reason, markdown still sends tons of DEBUG messages to console log.

Signed-off-by: Mattia Verga mattia.verga@tiscali.it

rebased onto d3ae9b2

5 months ago

rebased onto d3ae9b2

5 months ago

Pull-Request has been merged by zlopez

5 months ago

Do you want me to run the playbook as well?

Do you want me to run the playbook as well?

yes, please. I have no rights to do myself.

We can/should set you up to be able to do that... let me know if you would like that.

In the mean time I ran the playbook on staging.

We can/should set you up to be able to do that... let me know if you would like that.

In the mean time I ran the playbook on staging.

Sure, having the rights to run playbooks on stg, so that I can learn how to play with ansible without risking doing serious damage, would be nice.

ok. I have added you to sysadmin-bodhi. So, you should be able to login to batcave01 ( see https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/sshaccess/ ) and there do:

sudo rbac-playbook openshift-apps/bodhi -l staging

(-l staging will limit to just staging, without it, it will run on both prod and staging).

Let me know if you have any problems with it.

Metadata