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

log4js has no method 'consoleAppender' #38

Closed sonnyp closed 12 years ago

sonnyp commented 12 years ago

Step to reproduce: npm install node-xmpp-bosh ./run-server,js

I didn't have the time to look at it yet but since it looks critical I report the problem.

sonnyp commented 12 years ago

no problem with a fresh git clone

dhruvbird commented 12 years ago

Yes, this is related to issue #33 - You can follow the steps mentioned there to fix it. Basically, log4js made a backward incompatible API change I believe and we had deps set up as >= instead of =. The next version (or the one after that) will have node-lumberjack as the logger (mostly), so these problems shouldn't arise.