F45FW / generator-fwsp-hydra

Yeoman generator for Hydra services
MIT License
8 stars 5 forks source link

Generator with logging support issue #18

Closed cjus closed 7 years ago

cjus commented 7 years ago

When logging is specified through the generator it doesn't add the redact option under the logger branch in the generated config.json

"redact": ["password"],
emadum commented 7 years ago

My thinking was to only add the redact field where appropriate e.g. the auth service. Might make sense to include it in the generator as an example though.