darkweak / souin

An HTTP cache system, RFC compliant, compatible with @tyktechnologies, @traefik, @caddyserver, @go-chi, @bnkamalesh, @beego, @devfeel, @labstack, @gofiber, @go-goyave, @go-kratos, @gin-gonic, @roadrunner-server, @zalando, @zeromicro, @nginx and @apache

Home Page:https://docs.souin.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dumping cached responses into log on default log level

ueffel opened this issue · comments

I don't think it's a good idea to log complete response on INFO log level.

I'm using souin as caddy module and wondered why logs contains so much binary data (cached images). I see that it may be good on DEBUG log level but on INFO level. Please consider reverting the linked changes.

Hey @ueffel that's taken in consideration in the #359. I plan to tag the new release this week.