Why am I getting web-proxy logs on my hotspot.
I have the logging set to account not web-proxy.
The logs do me any good they are full of useless information.
“May/06/2010 09:42:04 web-proxy,account 192.168.101.165 GET http://partnerpage.google.com/comdynam.com/default/postlogin?pid=comdynam.com&url=http://partnerpage.google.com/comdynam.com action=allow cache=MISS”
Logging can be kind of tricky.
Basically, the topics you specify are inclusive, meaning if a log entry contains specified topic, it will use that logging action.
Ex.
Logs everything containing the topic 'account':
/system logging add topics=account
Logs anything containing 'system', but not 'info' ('system,error', 'system,warning', etc...)
/system logging add topics=system,!info
You can read more about logging here: http://wiki.mikrotik.com/wiki/Manual:System/Log#Summary
Thank you.
That works better.