Skip to content

Commit fd6f8eb

Browse files
committed
minor fix
1 parent e1409b4 commit fd6f8eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

user_guides/advanced/05_logging.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
from autointent import setup_logging
7171

7272
setup_logging("INFO", log_filename="tests/logs/my_exp")
73+
7374
# %% [markdown]
7475
"""
7576
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)