Hi,
using your script for a while now, runs quite well.
But my log is flooded with entrys like
"static dns entry changed by xxx"
any way to run the script without entrys to the log?
Hi,
using your script for a while now, runs quite well.
But my log is flooded with entrys like
"static dns entry changed by xxx"
any way to run the script without entrys to the log?
Those are system-generated log messages. RouterOS doesn’t provide any flags to quiet them or any options to silence one script. You’ve got four options: 1) Disable logging system-wide, 2) Disable logging at the beginning and re-enable it at the end of the script (you might lose other messages), 3) Stop using the script, or 4) Ignore the log messages.
Jan