mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-25 19:21:11 +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.
|
||||
|
||||
Reference in New Issue
Block a user