Exclude hotspot messages in log

Hi,

How can exclude any messages with “hotspot” topic from log ?

I have also error, info, debug topics with hotspot in that message. I want to exclude only that messages related to hotspot and to see everything else with those topics (error, info, debug)…

Any help ?

add hotspot topic in log filter and check the “!” checkbox.

console command is like

/system logging
add topics=debug,!hotspot

It works.

Thanks!