Right now I'm storing apache2 logs locally:
ErrorLog /var/log/apache2/one.error.log
CustomLog /var/log/apache2/one.access.log common
How can I keep storing the logs locally but also forward them to a local rsyslog (who is pushing data to a remote rsyslog).