Closed errodrigues closed 8 months ago
I created PR #89 to help.
@jonas-haeusler , any thoughts?
hi @errodrigues, thanks for the PR! i think disabling the logging by default is the right way to go. i modified your PR accordingly and merged it.
if you have the time, please check out if everything is working for you as expected. version 1.2, with your changes included, is now available: https://s01.oss.sonatype.org/content/repositories/releases/dev/haeusler/jasypt-maven-plugin/1.2/
Thanks @jonas-haeusler ! I will sure try it out as soon as possible and report back here.
Hi,
1st of all, thanks for this plugin. It proved extremely useful recently in the project I'm working on. I do have 1 small ask/suggestion: please add an option to the plugin's configuration to disable the INFO level log messages showing the values of all decrypted properties when executing the read-project-properties goal.
Currently, afaik, this is not possible, and we see the following in Maven's console output:
Would be nice to have an option to suppress the log messages above. For example:
This would be especially useful in CICD pipelines where showing passwords and/or other secrets so prominently in console output, even if test-specific, might not be desired.
Thanks in advance for the consideration, Eduardo.