I try to configure oathkeeper logging, but for som...
# talk-oathkeeper
a
I try to configure oathkeeper logging, but for some reason it’s always ignored. My config.yaml contains
log:
leak_sensitive_values: true
format: json_pretty
level: warn
But I get logs in text format without sensitive information on level info. 😕 I’m editing the right config file, because when I write “logs” instead of “log”, oathkeeper shows me a parse error. Any ideas why this is happening?
An upgrade from 0.40.3 to 0.40.6 solved it.