Hacker News new | ask | show | jobs
by 8n4vidtmkvmk 1581 days ago
Fwiw my shell alias looks like this

``` ssh -tR "${HOST_PORT}:localhost:${LOCAL_PORT}" "${USER}@${HOST}" "multitail --basename -mb 2MB --follow-all --mergeall -n 0 -cS apache /srv/mydomain/logs/access.log -n 0 -cS apache_error /srv/mydomain/logs/error.log" ```

Which at least lets me see the nginx request logs as they come in. But no, I can't replay them or anything.