Hello
I have a hotspot controller with web proxy and hostpot activity logging (to disk) turned on . It works fine, except that when i open the general log with Winbox, the output is polluted by all those web proxy logs, and it takes minutes and minutes to display all the logs in the window, eating up the CPU and bandwidth.
The problem is that by default, the log window opens with no filter (“all” is selected in the upper right combobox).Even if i switch to “memory” on the upper right corner of the log window, the routerboard seems to continue sending the weblogs in some hidden task. Is there a way to avoid this ?
Thanks
/system logging export
# jul/29/2013 16:53:51 by RouterOS 5.25
/system logging action
set 0 memory-lines=100 memory-stop-on-full=no name=memory target=memory
set 1 disk-file-count=2 disk-file-name=log disk-lines-per-file=100 disk-stop-on-full=no name=disk target=disk
set 2 name=echo remember=yes target=echo
set 3 bsd-syslog=no name=remote remote-port=514 src-address=0.0.0.0 syslog-facility=daemon syslog-severity=auto target=remote
add disk-file-count=10 disk-file-name=web_access.log disk-lines-per-file=65535 disk-stop-on-full=no name=webaccesslog target=disk
add disk-file-count=10 disk-file-name=hotspotlog disk-lines-per-file=65535 disk-stop-on-full=no name=hotspotlog target=disk
/system logging
set 0 action=memory disabled=no prefix="" topics=info,!dhcp
set 1 action=memory disabled=no prefix="" topics=error
set 2 action=memory disabled=no prefix="" topics=warning
set 3 action=echo disabled=no prefix="" topics=critical
add action=webaccesslog disabled=no prefix="" topics=web-proxy,!debug
add action=hotspotlog disabled=no prefix="" topics=hotspot