Skip to content

Commit

Permalink
fix log level
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Jun 14, 2024
1 parent e41b89e commit 6856cc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/KWK_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

# set logging level to INFO to get log messages
import logging
logging.getLogger("kenmerkendewaarden").setLevel(level="DEBUG")
logging.getLogger("kenmerkendewaarden").setLevel(level="INFO")

# TODO: HW/LW numbers not always increasing (at havengetallen): ['HANSWT','BROUWHVSGT08','PETTZD','DORDT']

Expand Down

0 comments on commit 6856cc6

Please sign in to comment.