We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde782 commit e158beeCopy full SHA for e158bee
template/utils/logs.py
@@ -67,7 +67,7 @@ def add_file_handler(
67
68
69
@fill_doc
70
-def set_log_level(verbose: Union[bool, str, int, None]) -> None:
+def set_log_level(verbose: Optional[Union[bool, str, int]]) -> None:
71
"""Set the log level for the logger and the first handler ``sys.stdout``.
72
73
Parameters
0 commit comments