Hi,

On Sat, May 26, 2018 at 4:14 PM, Gena Makhomed <g...@csdoc.com> wrote:
> Hello, All!
>
> I use OpenVPN 2.4.6 on CentOS 7.5 from EPEL repo.
>
> I put in configuration file:
>
> log /var/log/openvpn-routers.log
> mute 20
> verb 0
>
> but still see in log file this message:
>
> Sat May 26 22:30:48 2018 do_ifconfig, tt->did_ifconfig_ipv6_setup=0
>
> =============================================
>
> How I can disable this useless message in log file?
>
> I write in config "verb 0", so as documentation say
> https://community.openvpn.net/openvpn/wiki/Openvpn24ManPage
>
> --verb n
>
> 0 -- No output except fatal errors.

Unfortunately that is not currently true. We have a few messages
printed using M_DEBUG and M_WARN by itself and such messages will show
up at all verb levels. Those flags are supposed to be used in
combination with others that set the print level, but a few instances
with M_DEBUG and many with M_WARN violate that. Short of fixing the
sources, there is no way for the user to suppress those.

Selva

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Openvpn-users mailing list
Openvpn-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openvpn-users

Reply via email to