mirror_pagure_ansible: Hard code the name of the logger

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-05-01 14:17:53 +02:00
parent 1d4a623a54
commit ae6b68fa99

View file

@ -15,7 +15,7 @@ import time
from fedora_messaging import api, config
_log = logging.getLogger(__name__)
_log = logging.getLogger("mirror_from_pagure_bus")
def run_command(command, cwd=None):