adonisjs / adonis-websocket-client

Websocket client for AdonisJs framework.
52 stars 48 forks source link

How to close debug messages in desired env. Not just for production #72

Open gguney opened 4 years ago

gguney commented 4 years ago

Hi,

I'm trying to create ws app with adonisjs and vuejs but adonis' ws client for vuejs always throws so much debug messages to console. Is there a way to open or close it without changing NODE_ENV ? It would be great to pass debug: false parameter to Ws object