From: Robin Wittler Date: Wed, 3 Aug 2011 12:23:04 +0000 (+0200) Subject: add liblogging X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=b6783f08f4bb0fc491188422671e0c854608dc1e;p=profitbricks%2Fjenkins-build-scripts.git add liblogging --- diff --git a/testgit_build.py b/testgit_build.py index d67894e..1544b7f 100755 --- a/testgit_build.py +++ b/testgit_build.py @@ -122,6 +122,7 @@ if __name__ == '__main__': ) ) ) + logging.getLogger('lib.git_helper').setLevel(logging.DEBUG) if git_helper.git_clone_remote_repository(GIT_REPO_PATH, GIT_TARGET_DIR): logger.info('git clone was successfull') else: