Logging how to turn off (fetch etc.) edit INFO action?

Hi dear!
There was a question on the logging of Microtics.
How can I edit the rule and filter the string?
I’ve connected the Messenger API Telegram to my MikroTik, and I need to frequently update / check the commands, but the line gets in the router log.

Fetch: file  "getUpdates" downloaded

How to disable log?

Hi,

I don’t completely understand your requirement.

You could customize your logging rule and add multiple parameters i.e add route change but exclude rip announcements;

Screenshot: http://imgur.com/Hk9Mkeh

Hi,
..I need exclude messages fetch: file “getUpdates” from the INFO log action. How to do it?

My logs: http://imgur.com/a/f6RBc

Thank’s!

How do I filter a rule, I do not need to read the log …fetch: file ".. How can I remove this line, it hinders in the journal! :astonished:
http://imgur.com/a/0bvVM

+++

This issue is currently topical! :exclamation:
Have too ls appeared in the new firmware of the device to solve this?

any idea in the meantime to disable “fetch” info’s from log ?

Richard

I am also getting the "info fetch: file “xxxx.php” downloaded " every time I do a POST to my App API. I have 40 routers, POSTing every minute to my App, hence my syslog server is getting over 50k message per day. It would be nice if there is the option of disabling the fetch from logging.

Same problem here, it would be very useful a feature to disable fetch logging

In case of sending data to API, it may be good option to add keep-result=no to fetch command. Fetched file will not be saved and at top of that, logging info will not be shown:

/tool fetch keep-result=no url="..."