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
Prior to #427, piping a log from stdin works, eg:
mlogfilter mongod.log --slow | mplotqueries
With #427 applied this now returns:
no data to plot.
Since this is a usage regression from prior releases, we should back out the change and work out how to add compatible debugging support.
The text was updated successfully, but these errors were encountered:
Backout debugger change from #427 that introduced stdin usage regress…
f5a91e2
…ion (see #449)
stennie
No branches or pull requests
Prior to #427, piping a log from stdin works, eg:
With #427 applied this now returns:
Since this is a usage regression from prior releases, we should back out the change and work out how to add compatible debugging support.
The text was updated successfully, but these errors were encountered: