From f4f131f75b5319a053a18a8faa5ee7b581a2066c Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Oct 17 2018 13:40:12 +0000 Subject: create logger object for --debug Merges #3925 Signed-off-by: Karsten Hopp --- diff --git a/runtests.py b/runtests.py index be4f663..0692333 100755 --- a/runtests.py +++ b/runtests.py @@ -31,6 +31,7 @@ NUMPROCS = multiprocessing.cpu_count() - 1 if os.environ.get('BUILD_ID'): NUMPROCS = multiprocessing.cpu_count() +LOG = logging.getLogger(__name__) def setup_parser(): """ Set up the command line arguments supported and return the arguments