]> Frank Brehm's Git Trees - profitbricks/jenkins-build-scripts.git/commitdiff
add liblogging
authorRobin Wittler <robin.wittler@profitbricks.com>
Wed, 3 Aug 2011 12:23:04 +0000 (14:23 +0200)
committerRobin Wittler <robin.wittler@profitbricks.com>
Wed, 3 Aug 2011 12:23:04 +0000 (14:23 +0200)
testgit_build.py

index d67894e12e892c181b4f90746d74b437b8f7a50e..1544b7fb234303cd4c2fd6ae1556b2c03ec4b70b 100755 (executable)
@@ -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: