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 30198b5 commit 55a45daCopy full SHA for 55a45da
awscrt/io.py
@@ -41,7 +41,8 @@ def init_logging(log_level, file_name):
41
42
43
def set_log_level(log_level):
44
- """Change the log level of `awscrt`.
+ """Change the log level of `awscrt`. init_logging() must have been called
45
+ before using this function.
46
47
Args:
48
log_level (LogLevel): Display messages of this importance and higher.
0 commit comments