We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a console.log call in the leo-stream.fromLeo function here:
console.log
Nodejs/lib/stream/leo-stream.js
Line 1124 in 1b3810a
This should be removed so that it doesn't write out in automated tests or production logs.
The text was updated successfully, but these errors were encountered:
We will be adding an initiative to move away from console.log and use leo-logger since it allows various suppression levels.
Sorry, something went wrong.
No branches or pull requests
There is a
console.log
call in the leo-stream.fromLeo function here:Nodejs/lib/stream/leo-stream.js
Line 1124 in 1b3810a
This should be removed so that it doesn't write out in automated tests or production logs.
The text was updated successfully, but these errors were encountered: