Skip to content

Commit 55a45da

Browse files
committed
add pre-requisite explainer
1 parent 30198b5 commit 55a45da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

awscrt/io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ def init_logging(log_level, file_name):
4141

4242

4343
def set_log_level(log_level):
44-
"""Change the log level of `awscrt`.
44+
"""Change the log level of `awscrt`. init_logging() must have been called
45+
before using this function.
4546
4647
Args:
4748
log_level (LogLevel): Display messages of this importance and higher.

0 commit comments

Comments
 (0)