-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Setting 'log' to false breaks socket.io #400
Comments
Than dont set it to false? As it requires a log instance. If you dont want log output you should set the log level ~ Arnout Kazemier On Jul 20, 2011, at 6:07 PM, s3ureply@reply.github.com wrote:
|
Sure. That'll do. But then why have that setting? |
So you can replace the logger. You might want to log to files or a db instead of the std out ~ Arnout Kazemier On Jul 20, 2011, at 6:35 PM, s3ureply@reply.github.com wrote:
|
Ah - that makes sense. |
Here is a repro.
This causes errors like
20 Jul 09:04:17 - error: TypeError: Cannot call method 'debug' of undefined
at Manager.authorize (/Users/subrah/dev/projects/ebay/socket.io/lib/manager.js:892:14)
at Manager.handleHandshake (/Users/subrah/dev/projects/ebay/socket.io/lib/manager.js:773:8)
at Manager.handleRequest (/Users/subrah/dev/projects/ebay/socket.io/lib/manager.js:523:12)
The text was updated successfully, but these errors were encountered: