Skip to content

Commit

Permalink
coreos-koji-tagger: add startup log statement
Browse files Browse the repository at this point in the history
Otherwise you might not get much in the way of log statements to begin
with and might wonder if things are running.
  • Loading branch information
dustymabe committed Sep 20, 2019
1 parent 32f4e0c commit ecba27a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions coreos-koji-tagger/coreos_koji_tagger.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ def __init__(self):
self.koji_user = COREOS_KOJI_USER
self.koji_client = koji.ClientSession(KOJI_SERVER_URL)

logger.info("Watching commits against %s branch of %s repo" %
(self.github_repo_branch, self.github_repo_fullname))

# If a keytab was specified let's try to auth.
self.keytab_file = os.getenv('COREOS_KOJI_TAGGER_KEYTAB_FILE')
if self.keytab_file:
Expand Down

0 comments on commit ecba27a

Please sign in to comment.