From ecba27a15a9fbf931becb58f8606f65f7238ab43 Mon Sep 17 00:00:00 2001 From: Dusty Mabe Date: Fri, 20 Sep 2019 13:12:11 -0400 Subject: [PATCH] coreos-koji-tagger: add startup log statement Otherwise you might not get much in the way of log statements to begin with and might wonder if things are running. --- coreos-koji-tagger/coreos_koji_tagger.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coreos-koji-tagger/coreos_koji_tagger.py b/coreos-koji-tagger/coreos_koji_tagger.py index 9720404..d8d7d7d 100755 --- a/coreos-koji-tagger/coreos_koji_tagger.py +++ b/coreos-koji-tagger/coreos_koji_tagger.py @@ -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: