Skip to content

Commit be0b536

Browse files
committed
remove NoLogs description from init_logging
1 parent 55a45da commit be0b536

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

awscrt/io.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ def init_logging(log_level, file_name):
3030
3131
Args:
3232
log_level (LogLevel): Display messages of this importance and higher.
33-
`LogLevel.NoLogs` will disable logging.
3433
file_name (str): Logging destination. To write to stdout or stderr pass
3534
'stdout' or 'stderr' as strings. Otherwise, a file path is assumed.
3635
"""
@@ -46,7 +45,6 @@ def set_log_level(log_level):
4645
4746
Args:
4847
log_level (LogLevel): Display messages of this importance and higher.
49-
`LogLevel.NoLogs` will disable logging.
5048
"""
5149
assert log_level is not None
5250

0 commit comments

Comments
 (0)