JT Strickland
Very Senior Member
I've had the null 2nd category since installation. I thought it was supposed to be that way.In the /opt/share/syslog-ng/examples directory there is a diversions config file. Move that to /opt/etc/syslog-ng.d directory:
Code:# log all diversion and uiDivStats logs to diversion.log destination d_diversion { file("/opt/var/log/diversion.log"); }; filter f_diversion { program("Diversion") or program("uiDivStats"); }; log { source(src); filter(f_diversion); destination(d_diversion); flags(final); }; #eof
After updating filters based on above posts, I now have a "log goes here" entry in the null category.
Should I run your script also? I apologize for my lack of knowledge here, trying to learn what I can from you guys.
thanks,
jts
RT-AC86U w/ 384.17 beta1, RT-AC68U Aimesh node w/ same, Diversion, UiDivstats, Skynet, AiProtection, Scribe, UiScribe, Conmon, SpdMerlin, ScMerlin, Nsrum, NtpMerlin, OpenVPN selective clients