ssh -t -i ~/work/keys/somekey.pem ec2-user@x.x.x.x 'docker logs --follow --tail 50 -t taggoeshere' | cut -c 32- | bunyan -o short
这适用于单行泊坞窗日志输出:
12:54:49.038 INFO xxxxxxxxxxx: Failed message, sending to S3 (event_id=no-event-id)
但是只要它是多线的,它就会变得难看。任何人都有一个方便的技巧来清理它?