Skip to content

Commit 05d1082

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Change logging level to show steps of modelchain
1 parent 1966651 commit 05d1082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/basic_example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# Feel free to remove or change these lines
2222
# import warnings
2323
# warnings.simplefilter(action="ignore", category=RuntimeWarning)
24-
logging.getLogger().setLevel(logging.INFO)
24+
logging.getLogger().setLevel(logging.DEBUG)
2525

2626

2727
def read_weather_data(filename, datetime_column='Unnamed: 0',

0 commit comments

Comments
 (0)