BREAKING: SdkLogMode
renamed to LogMode
#907
lauzadis
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
An upcoming release of the AWS SDK for Kotlin includes a breaking change which renames
SdkLogMode
toLogMode
.NOTE: If you don't use
SdkLogMode
to configure a client, this change will not affect you.Release Date
The feature will ship with the tag
v0.23.0-beta
planned for 05/05/2023.What's changing?
SdkLogMode
is renamed toLogMode
LogMode
will now be resolved from the JVM system propertysdk.logMode
and environment variableSDK_LOG_MODE
How to migrate?
Replace all references to
SdkLogMode
withLogMode
.Additional resources
If you have any questions concerning this change, please feel free to engage with us in this discussion. If you've encountered a bug with these changes, please file an issue.
Beta Was this translation helpful? Give feedback.
All reactions