logux / server

Build your own Logux server or make a proxy between a WebSocket and an HTTP backend in any language

Home Page:https://logux.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add verbose mode for the server to provides additional details

egregors opened this issue · comments

If we find a way to get detailed logs at server runtime, it will be much easier to develop some integration for Logux.

At my vision, for the start the server in the verbose mode should prints:

  • All requests to and from the proxy server (host, method, headers, etc)
  • All WS connections \ disconnections
  • Informative error messages

All WS connections \ disconnections

Why Client was connected and Client was disconnected do not work for your?

Informative error messages

What we can add to the current error messages?