Logger filter changroup applies to every log and not just the dialplan

Hi everyone, I have a quick question:

Running Asterisk 22.7.0, I was decluttering my CLI log entries in the dialplan by assigning specific groups to different zones of the call flow via LOG_GROUP()

When I try to filter the logs via logger filter changroup groupname on, the entire CLI output becomes filtered and not just the relative dialplan portion. Is this the intended way or am I missing something?

I was expecting to filter out any log generated by the dialplan execution not in the specified changroup(s) while keeping any debug from any other non dialplan/channel related logs like pjsip logger or any core module debug. It is possible configure CLI logging to achieve the above or it is not possible?

Thank you for your time.