You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
As a measure to easier understand and debug startup issues that are caused by missing or wrong settings in AWS SSM Parameter Store parameters, it would be super useful if there was a way to ask Spring Cloud to dump the names and paths of the parameters it is getting.
So if every call to org.springframework.cloud.aws.paramstore.AwsParamStorePropertySource#getProperty was sent to (debug/info) log it would provide useful information that could shorten debugging time a lot.