titan-x / titan

Messaging server with mobile and browser support.
MIT License
2 stars 3 forks source link

Add request-response logger #58

Closed soygul closed 8 years ago

soygul commented 8 years ago

This would eliminate the need for most of log.Println statements inside request handlers. This should be on by default for debug and off for testing (without -v option).

This should also be a protocol specific plugin to be able to log sensible data (i.e. only message part of JSON-RPC communication, etc.) on selected routers only.

soygul commented 8 years ago

Moved to: https://github.com/nbusy/neptulon/issues/32