Each Amplify authenticated user can be configured to have their own unique logging configuration. This is helpful in enabling you debug issues more granularly for your users. ## Retrieve userIDs with Amplify Auth. You can use the Amplify Auth category to retrieve the userId for a specific user if needed. You can also retrieve the userId by visiting the Amazon Cognito console and inspecting the `User ID` in User pools. import iosCurrentUser from '/src/fragments/lib/logging/ios/configure_user/auth_current_user.mdx'; import androidCurrentUser from '/src/fragments/lib/logging/android/configure_user/auth_current_user.mdx'; ## Configure user allow list Below is an example of setting different default and category log level for an authenticated user. import iosUserLogLevel from '/src/fragments/lib/logging/ios/configure_user/configure_user.mdx'; import androidUserLogLevel from '/src/fragments/lib/logging/android/configure_user/configure_user.mdx'; import commonUserLogLevel from '/src/fragments/lib/logging/common/configure_user/user_log_level.mdx';