Closed
Description
Type: Bug / Help needed
Component:
"Parameter Store"
Describe the bug
I ran the sample for spring-cloud-aws-parameter-store and tried adding debug logging in order to see which parameters should be retrieved from SSM.
The Documentation states that
In order to find out which properties are retrieved from AWS Parameter Store on application startup, turn on DEBUG logging on io.awspring.cloud.paramstore.AwsParamStorePropertySource class.
logging.level.io.awspring.cloud.paramstore.AwsParamStorePropertySource=debug
I added that to application.properties
but I can see no debug logs. Can you please explain how to enable debug logging in your sample? Without that debugging will be a nightmare.
Thank you.