fastify / fastify-compress

Fastify compression utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why log when there's no payload?

sergejostir opened this issue · comments

Hello

reply.log.debug('compress: missing payload')

What is the purpose of logging this? This kinda makes using code 204 useless if you do not want to spam your log.

#114 #115
It's supposed to be gone already, but it's still here

Would you like to send a Pull Request to address this issue? Remember to add unit tests.