crybapp / api

Core service used to handle events from clients
MIT License
36 stars 8 forks source link

Reduce logging in production mode #9

Closed Simonx22 closed 4 years ago

Simonx22 commented 5 years ago

Like the title is saying it'd be nice if we would reduce the logging of the API when in production mode. Right now it's logging pretty much everything like this: [CRYB-API-PRODUCTION] [WS] [RECIEVE] Opcode: 1, data: {}

JeDaYoshi commented 4 years ago

This could be a good issue for new contributors to take.

JeDaYoshi commented 4 years ago

I actually reduced it. It'll only show that when it's not in production. Closing!