Created
March 12, 2018 11:04
-
-
Save groundnuty/4ebf43c14cbcef4bdead5e4256c6dbab to your computer and use it in GitHub Desktop.
flitering logs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| cat *.log* | perl -ne'print unless m{Unable to check space strategies due to\: \{badmatch,\{error\,not_found\}\}}..m{storage_sync_monitoring}' | grep -v -e exometer_report_lager -e 'started ranch_acceptor:start_link' -e 'started couchbase_pool_worker:start_link' -e 'started wpool_process:start_link' | perl -ne'print unless m{wpool_worker\:handle_cast/2 line 76}..m{storage_id => <<"}' | perl -ne'print unless m{Stacktrace:}..m{0~enotdir\}\}}' > ../f |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment