DHCP logs - how to turn them off or redirect them elsewhere

The endless chatter engendered by dhcp IP’s coming and going is filling up otherwise critical logs making it hard to spot the real things that need spotting, and running the logs off the end. Presently I have dhcp logs set up to go remote where they are useful, but they still show up
in info where they are not. Help? Homer W. Smith

[homer@fvrmik] /system logging> print
Flags: X - disabled, I - invalid, * - default

TOPICS ACTION PREFIX

0 * info memory
1 * error memory
2 * warning memory
3 * critical echo
4 dhcp remote dhcpd-mik
[homer@fvrmik]

This may filter out DHCP. I haven’t had great luck with manipulating system logging though.

/system logging set 0 topics=info,!dhcp

Yes thank, you finally understand that the topics has a ! in the qui.

Sorry to have bothered.

Homer