Unwanted system logging from script

Hi everyone,

I made a script that every minute sets a value for ‘max-limit’ of a simple queue based on some calculation and conditional decision.

The script itself works great, but what I find annoying is that every minute when the ‘max-limit’ value of the simple queue is set, it logs the simple queue change event and fills the log like this:

oct/26 23:32:49 system,info simple queue changed by admin
oct/26 23:33:49 system,info simple queue changed by admin
oct/26 23:34:49 system,info simple queue changed by admin
oct/26 23:35:49 system,info simple queue changed by admin

I’ve tried:

/system logging disable 0;

before setting simple queue max-limit and:

/system logging enable 0;

after setting, but then I get the log filled with:

oct/26 23:47:49 system,info log rule changed by admin
oct/26 23:48:49 system,info log rule changed by admin
oct/26 23:49:49 system,info log rule changed by admin

Can anyone point me to the right way to make just this script run silently for system and info log messages?
Thanks in advance, I’m open to provide further information if needed.