secrets-init
secrets-init copied to clipboard
Allow changing log format
It's really annoying when everything logs in JSON, except one thing that needs a specific log parser.
It'd be nice to have an option to change the logging format to JSON. Also, having some sort of identifier where the log comes from (ie. subsystem=secrets-init
) would also be nice.
This should also be added to the admission webhook (eg. modify pods to add a SECRETS_INIT_LOG_FORMAT
env var as well).