On Fri, Jan 2, 2015 at 5:43 PM, David Edmundson <da...@davidedmundson.co.uk> wrote: > Won't these messages will get eaten by our noMessageOutput message handler > on login anyway? > > _______________________________________________ > Plasma-devel mailing list > Plasma-devel@kde.org > https://mail.kde.org/mailman/listinfo/plasma-devel >
No, because it's a warning. The shut-up thing only blocks debugs. I wouldn't remove it just yet. There's still plenty of output that it's not very useful and probably should be removing. i.e. there's plenty of networkmanager stuff going on there. Maybe what we want to do, though, is this: QLoggingCategory::setFilterRules(QStringLiteral("*.debug=false\ndefault.debug=true\n")); Aleix _______________________________________________ Plasma-devel mailing list Plasma-devel@kde.org https://mail.kde.org/mailman/listinfo/plasma-devel