Skip to content

Logging for Parameter Store #194

Closed
@stockf

Description

@stockf

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.

Sample
See https://github.com/awspring/spring-cloud-aws/tree/2.3.x/spring-cloud-aws-samples/spring-cloud-aws-parameter-store-sample

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions