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 55a45da commit be0b536Copy full SHA for be0b536
awscrt/io.py
@@ -30,7 +30,6 @@ def init_logging(log_level, file_name):
30
31
Args:
32
log_level (LogLevel): Display messages of this importance and higher.
33
- `LogLevel.NoLogs` will disable logging.
34
file_name (str): Logging destination. To write to stdout or stderr pass
35
'stdout' or 'stderr' as strings. Otherwise, a file path is assumed.
36
"""
@@ -46,7 +45,6 @@ def set_log_level(log_level):
46
45
47
48
49
50
51
assert log_level is not None
52
0 commit comments