Trying to get debug messages from DiscoverNotifier

I’m trying to run DiscoverNotifier and see the Debug messages. I see several locations where it has qCDebug(NOTIFIER), which I believe it should write some debug messages.

So I’ve tried running the program with the following, but I do not see any of the debug messages:

QT_LOGGING_RULES="*.debug=true;qt.*.debug=false" /usr/lib/x86_64-linux-gnu/libexec/DiscoverNotifier --replace

Am I doing this right?

I’m testing this in KDE Neon Testing, DiscoverNotifier version 6.3.4 (which has the new debug code, I believe).