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

Supposed to work with Mongo 4.0.1? #28

Closed
borice opened this issue Sep 4, 2018 · 1 comment
Closed

Supposed to work with Mongo 4.0.1? #28

borice opened this issue Sep 4, 2018 · 1 comment
Labels

Comments

@borice
Copy link

borice commented Sep 4, 2018

OSX. MongoDB server version: 4.0.1
mongotail 2.2.0 https://github.com/mrsarm/mongotail (python 2.7.15)

$ mongotail localhost/mydb --level 2 -f
Profiling level set to level 2

then exits back to shell.

I should say that:
$ mongotail localhost/mydb -f
works fine, except doesn't show all the queries.

@mrsarm
Copy link
Owner

mrsarm commented Sep 5, 2018

Hi @borice,

Yes, I tested mongotail with the first RC of Mongo 4.0 time ago, should works with the final releases.

I think the problem is that the -f options is overridden the --level option, because the command doesn't work well when you pass more than one option, try to remove the -f options on the first sentence.

Otherwise try just in case with the -v option in the second sentence.

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

No branches or pull requests

2 participants