Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"debug" is far too verbose #642

Closed
vendethiel opened this issue May 25, 2015 · 3 comments
Closed

"debug" is far too verbose #642

vendethiel opened this issue May 25, 2015 · 3 comments

Comments

@vendethiel
Copy link

Hi,

I enabled the debug mode to get a hint at which query were runnings, but I started getting a spam of which packets were transmitted (HandshakeInitializionPacket then ClientAuthenticationPacket then OkPacket...)

My query string is the following:

mysql://root@localhost/bdiscuss?debug=true

my options:

db.settings.set('instance.autoFetchLimit', 3)
db.settings.set('instance.cache', false)
@dxg
Copy link
Collaborator

dxg commented May 26, 2015

This didn't use to happen. Maybe it's a mysql package 'feature'?
I'm not sure where it came from.

@dxg dxg closed this as completed in dce8b1c Aug 28, 2015
@dxg
Copy link
Collaborator

dxg commented Aug 28, 2015

Fixed in v2.1.27

@vendethiel
Copy link
Author

thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants