When running service openvpn status, the output states
Status written to /var/log/messages
However, nothing shows up in the file.
When running service openvpn status, the output states
Status written to /var/log/messages
However, nothing shows up in the file.
The problem was due to running service openvpn status without proper permissions. I had openvpn configured so that only root could alter the service, therefore when I checked the status as root, rather than a non-root user, it properly outputted the status to /var/log/messages.