Hard-code the logger name
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
905fa0f0c3
commit
f68e63f8da
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue