Skip to content

Commit 9a4c526

Browse files
committed
set default logging level to info
1 parent f40427b commit 9a4c526

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scm/etc/scripts/dephy_converter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
PROCESSED_CASE_DIR = '../../data/processed_case_input'
2121

2222
# For developers: set logging level to DEBUG for additional output
23-
LOGLEVEL = logging.DEBUG
24-
#LOGLEVEL = logging.INFO
23+
#LOGLEVEL = logging.DEBUG
24+
LOGLEVEL = logging.INFO
2525

2626
DEFAULT_MISSING_VALUE = -9999.0
2727
DEFAULT_NUDGING_TIMESCALE = 7200.0 #s

0 commit comments

Comments
 (0)