Skip to content

Commit 3510f11

Browse files
committed
minor bugfix
1 parent 3115ac5 commit 3510f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guides/advanced/05_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
# %%
7070
from autointent import setup_logging
7171

72-
setup_logging("INFO", log_to_filepath="tests/logs/my_exp")
72+
setup_logging("INFO", log_to_filename="tests/logs/my_exp")
7373
# %%
7474
"""
7575
The first parameter affects the logs to the standard output stream. The second parameter is optional. If it is specified, then the "DEBUG" messages are logged to the file, regardless of what is specified by the first parameter.

0 commit comments

Comments
 (0)