From b6783f08f4bb0fc491188422671e0c854608dc1e Mon Sep 17 00:00:00 2001 From: Robin Wittler Date: Wed, 3 Aug 2011 14:23:04 +0200 Subject: [PATCH] add liblogging --- testgit_build.py | 1 + 1 file changed, 1 insertion(+) 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: -- 2.39.5