-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Pass down sails.log config to socket.io #193
Comments
For reference, here's where the fix needs to be made: https://github.com/balderdashy/sails/blob/master/lib/sails.js#L297 Should be using |
This was referenced Jul 9, 2020
This was referenced Aug 16, 2020
This was referenced Aug 27, 2020
This was referenced Sep 13, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mainly this involves normalizing the string log levels we're using (from Winston) with the numeric log levels that socket.io accepts (which are, unfortunately, undoumented-- only fair, it's a taste of our own medicine!)
The text was updated successfully, but these errors were encountered: