Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How to disable OpenVPN server all logging?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How to disable OpenVPN server all logging?

hanidoyahanidoya Member
edited January 2017 in Help

How can I do it?

OS: Ubuntu.

The reason for the disabling is that after a while the size of the log files takes up too much space.

Comments

  • In /etc/openvpn/server.conf redirect logs to /dev/null and then restart openvpn service

    log /dev/null

    status /dev/null

  • @dimon222 said:
    In /etc/openvpn/server.conf redirect logs to /dev/null and then restart openvpn service

    log /dev/null

    status /dev/null

    Additionally you can run ovpn on a live os on ram only :)

Sign In or Register to comment.