update script remote action log disable

I have a script that updates the firehol.rsc list, the system logs me locally and now additionally remotely

/system logging disable numbers=0

/file
:global firehol [/file get firehol.rsc contents];
:if (firehol != “”) do={/ip firewall address-list remove [find where comment=“firehol”]

/import file-name=firehol.rsc;}

/system logging enable numbers=0

if it is as above the update logs will not break, after adding a remote log server - they are saved remotely how to update the above script so that it does not save locally

TOPICS ACTION

0 * info memory
1 * error memory
2 * warning memory
3 * critical memory
4 critical remote
5 error remote
6 info remote
7 warning remote

It is not possible to avoid local logging. The act of disabling local logging itself is logged locally, so there is no way.

If it was possible to disable the log without a record if it being disabled, it would be a security liability as the audit trail would be broken.