cache-handler
cache-handler copied to clipboard
http.handlers.cache Reused response from concurrent request with the key...
How can I stop this message polluting my logs? I've tried:
cache {
log_level warn
}
Am I missing something obvious? 😃
Hey @DzigaV the logger verbosity is based on the caddy log_level 🙂
Thanks for clarifying. I would like to set a separate log level for this module, but not sure if that's even possible.