From 9a4c5264e15ca732fc9d557cbeaeb3bd216fdca7 Mon Sep 17 00:00:00 2001 From: Grant Firl Date: Fri, 9 Aug 2024 20:00:32 -0400 Subject: [PATCH] set default logging level to info --- scm/etc/scripts/dephy_converter.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scm/etc/scripts/dephy_converter.py b/scm/etc/scripts/dephy_converter.py index f533691c..dd843d50 100755 --- a/scm/etc/scripts/dephy_converter.py +++ b/scm/etc/scripts/dephy_converter.py @@ -20,8 +20,8 @@ PROCESSED_CASE_DIR = '../../data/processed_case_input' # For developers: set logging level to DEBUG for additional output -LOGLEVEL = logging.DEBUG -#LOGLEVEL = logging.INFO +#LOGLEVEL = logging.DEBUG +LOGLEVEL = logging.INFO DEFAULT_MISSING_VALUE = -9999.0 DEFAULT_NUDGING_TIMESCALE = 7200.0 #s