Skip to content

Commit

Permalink
Updated README to reflect proper way of tail -f a remote access log.
Browse files Browse the repository at this point in the history
  • Loading branch information
allinurl committed Nov 22, 2020
1 parent df8119c commit 398977f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ priority, we can run it as:
and if you don't want to install it on your server, you can still run it from
your local machine!

# ssh root@server 'cat /var/log/apache2/access.log' | goaccess -a -
# ssh -n root@server 'tail -f /var/log/apache2/access.log' | goaccess -


#### Troubleshooting ####
Expand Down

0 comments on commit 398977f

Please sign in to comment.