Cleans up httparty logs.
npm install -g logparty
tail -f log/httparty.log | logparty
# to limit the amount of lines of request bodies:
tail -f log/httparty.log | logparty -l 10
Cleans up httparty logs.
npm install -g logparty
tail -f log/httparty.log | logparty
# to limit the amount of lines of request bodies:
tail -f log/httparty.log | logparty -l 10
npm i logparty
0
0.1.1
none