mrsarm / mongotail

Command line tool to log all MongoDB queries in a "tail"able way
https://pypi.org/project/mongotail/
GNU General Public License v3.0
192 stars 17 forks source link

Error "close failed in file object destructor..." after closing mongotail -f if it's piped with some other command #13

Closed mrsarm closed 8 years ago

mrsarm commented 8 years ago

For example if you pipe with grep, this is the output when you abort the operation with Ctrl+C.

$ mongotail test -f | grep QUERY
^Cclose failed in file object destructor:
sys.excepthook is missing
lost sys.stderr
mrsarm commented 8 years ago

Environment: Mongotail 2.0.0