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
Uh oh!
There was an error while loading. Please reload this page.
-
An upcoming release of the AWS SDK for Kotlin includes a breaking change which renames
SdkLogModetoLogMode.NOTE: If you don't use
SdkLogModeto configure a client, this change will not affect you.Release Date
The feature will ship with the tag
v0.23.0-betaplanned for 05/05/2023.What's changing?
SdkLogModeis renamed toLogModeLogModewill now be resolved from the JVM system propertysdk.logModeand environment variableSDK_LOG_MODEHow to migrate?
Replace all references to
SdkLogModewithLogMode.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