xmppo / node-xmpp-bosh

An XMPP BOSH & WebSocket server (connection manager) written on node.js using Javascript
https://github.com/xmppo/node-xmpp-bosh
263 stars 85 forks source link

Adjust default trimming size for long log lines #41

Closed dhruvbird closed 11 years ago

dhruvbird commented 12 years ago

Current default is 80 chars. Set it to something bigger (such as 200 bytes) or maybe deduce it based on the logging level. Another option would be to read it in from the config file/command line.

dhruvbird commented 11 years ago

Set to 256 by default to enable debugging real issues.