[Reproducible-builds] [dh-python] 34/183: pybuild: set detault logging level to INFO
Jérémy Bobbio
lunar at moszumanska.debian.org
Fri Sep 19 15:30:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.
commit 4bacb3576b672060dd23aa947cc616bb0128cf1a
Author: Piotr Ożarowski <piotr at debian.org>
Date: Wed Jul 3 18:35:42 2013 +0200
pybuild: set detault logging level to INFO
---
pybuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pybuild b/pybuild
index e7b3617..c395989 100755
--- a/pybuild
+++ b/pybuild
@@ -406,7 +406,7 @@ if __name__ == '__main__':
elif cfg.verbose:
log.setLevel(logging.DEBUG)
else:
- log.setLevel(logging.WARNING)
+ log.setLevel(logging.INFO)
log.debug(sys.argv)
main(cfg)
# let dh/cdbs clean the .pybuild dir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/reproducible/dh-python.git
More information about the Reproducible-builds
mailing list