Skip to content

Commit f4920da

Browse files
committed
pr changes
1 parent be0b536 commit f4920da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awscrt/io.py

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

4242
def set_log_level(log_level):
4343
"""Change the log level of `awscrt`. init_logging() must have been called
44-
before using this function.
44+
before using this function or else an exception will be raised.
4545
4646
Args:
4747
log_level (LogLevel): Display messages of this importance and higher.

0 commit comments

Comments
 (0)