Skip to content

Commit

Permalink
set default logging level to info
Browse files Browse the repository at this point in the history
  • Loading branch information
grantfirl committed Aug 10, 2024
1 parent f40427b commit 9a4c526
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scm/etc/scripts/dephy_converter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a4c526

Please sign in to comment.