This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.
Support dumping the SSM Parameter Store parameter paths+names on init #509
Closed
Description
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.