mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-02-02 20:59:06 +08:00
Move 'Connecting to koji <url>' messages to debug
This commit is contained in:
@@ -89,7 +89,7 @@ def create_local_repo_from_koji_tag(config, tag, repo_dir, archs=None):
|
||||
# Load koji config and create Koji session.
|
||||
koji_config = get_koji_config(config)
|
||||
address = koji_config.server
|
||||
log.info("Connecting to koji %r" % address)
|
||||
log.debug("Connecting to koji %r" % address)
|
||||
session = koji.ClientSession(address, opts=koji_config)
|
||||
|
||||
# Get the list of all RPMs and builds in a tag.
|
||||
|
||||
@@ -126,7 +126,7 @@ def get_session(config, login=True):
|
||||
koji_config["timeout"] = 60 * 10
|
||||
|
||||
address = koji_config.server
|
||||
log.info("Connecting to koji %r.", address)
|
||||
log.debug("Connecting to koji %r.", address)
|
||||
koji_session = koji.ClientSession(address, opts=koji_config)
|
||||
|
||||
if not login:
|
||||
|
||||
Reference in New Issue
Block a user