FormidableLabs / envy

Node.js Telemetry & Network Viewer
https://envy-webui.vercel.app
MIT License
109 stars 0 forks source link

Prevent console spam #119

Closed carbonrobot closed 1 year ago

carbonrobot commented 1 year ago

The reconnection logic currently logs to the console during reconnection attempts. Since users wont always have the Envy Web Viewer open, we should avoid spamming the console during reconnection attempts and try to minimize the output to only what is neccessary unless Debug mode is enabled.

Image