shadowsocks-libev fills syslog log file very soon, is there anyway I could disable logging or reduce logging level which is getting written to syslog?
By default, only errors are written to syslog. Make sure you didn't enable verbose mode
is there anyway we could disable error logging as well?
https://github.com/shadowsocks/shadowsocks-libev/blob/master/src/utils.h#L134
Remove Line 135 to 138 and recompile.
Most helpful comment
https://github.com/shadowsocks/shadowsocks-libev/blob/master/src/utils.h#L134
Remove Line 135 to 138 and recompile.