Global loggingLevelIDE setting

I was looking into a specific issue in my logs and found out there are many smartapps/device handlers pushing way too many messages. Lots of debug messages and even traces making it impossible to easily identify actual errors.

I went to some of these apps and setup the logging level to info and debug to false but I don’t like doing it this way…

state.loggingLevelIDE = 3
state.enableDebugging = 0

Is there a global logging level or debug switch we can enable disable in the IDE itself to filter the logging to the level we wish ?

Thank you