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 be0b536 commit f4920daCopy full SHA for f4920da
awscrt/io.py
@@ -41,7 +41,7 @@ def init_logging(log_level, file_name):
41
42
def set_log_level(log_level):
43
"""Change the log level of `awscrt`. init_logging() must have been called
44
- before using this function.
+ before using this function or else an exception will be raised.
45
46
Args:
47
log_level (LogLevel): Display messages of this importance and higher.
0 commit comments