Skip to content

Commit 3495974

Browse files
Birgit SchachlerBirgit Schachler
authored andcommitted
Set logging level to debug to show ModelChain messages
1 parent ddc3a36 commit 3495974

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='time_index',

0 commit comments

Comments
 (0)