mongotail
mongotail copied to clipboard
Command line tool to log all MongoDB queries in a "tail"able way
Results
2
mongotail issues
Sort by
recently updated
recently updated
newest added
```bash docker run -it --rm mrsarm/mongotail 192.168.0.227/portal, Error parsing command line: Invalid database "portal," ``` I have databased named `portal,`.
bug
I installed the tool and am running `mongotail [db] --follow`. I expect that the command will block until I kill it with `ctrl+c`. Instead, it exits after 1 second, without...
bug
enhancement
good first issue