diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-07-17 15:25:13 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-07-17 15:25:13 +0200 |
commit | c201e1a08e0fedfee76df1fe5453a2f22c4d7775 (patch) | |
tree | 752be870c7d0d9eacd9e434a63fb0e6c2a092012 | |
parent | 3eec52dab6a2ed555bf718ca480fc848ef460494 (diff) | |
download | jenkins.debian.net-c201e1a08e0fedfee76df1fe5453a2f22c4d7775.tar.xz |
reproducible Debian: improve logging, only show non-actions in debug mode
-rwxr-xr-x | bin/reproducible_html_pkg_sets.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_pkg_sets.py b/bin/reproducible_html_pkg_sets.py index 42a7ea6f..69bc59ac 100755 --- a/bin/reproducible_html_pkg_sets.py +++ b/bin/reproducible_html_pkg_sets.py @@ -108,10 +108,10 @@ def update_stats(suite, arch, stats, pkgset_name): pkgset_name=pkgset_name, count_good=stats['count_good'], count_bad=stats['count_bad'], count_ugly=stats['count_ugly'], count_rest=stats['count_rest'])) - log.info("Updating meta pkgset stats for %s in %s/%s on %s.", + log.info("Updating db entry for meta pkgset %s in %s/%s on %s.", pkgset_name, suite, arch, YESTERDAY) else: - log.info("Stats for meta pkgset %s in %s/%s on %s exist - not updating.", + log.debug("Not updating db entry for meta pkgset %s in %s/%s on %s as one exists already.", pkgset_name, suite, arch, YESTERDAY) |