Skip to content

Commit

Permalink
Add logging of populated repo
Browse files Browse the repository at this point in the history
Logs of ubipop are difficult read, let's add
logging of currently populated repos in order
to improve readability of log.
  • Loading branch information
rbikar committed Sep 3, 2021
1 parent 5b70145 commit 776b975
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ubipop/__init__.py
Expand Up @@ -276,6 +276,11 @@ def populate_ubi_repos(self):
right_config = self._get_config(
repo_set.out_repos.rpm.ubi_config_version, config
)
_LOG.info("Started population of repos:")
_LOG.info("\t%s", repo_set.out_repos.rpm.id)
_LOG.info("\t%s", repo_set.out_repos.source.id)
_LOG.info("\t%s", repo_set.out_repos.debug.id)

UbiPopulateRunner(
self.pulp,
self.pulp_client,
Expand Down

0 comments on commit 776b975

Please sign in to comment.