Summary: | kdeinit5 and other plasma 5 tools fill syslog with too many messages | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kinit | Reporter: | Michal Petrucha <michal.petrucha> |
Component: | general | Assignee: | David Faure <faure> |
Status: | RESOLVED NOT A BUG | ||
Severity: | normal | CC: | auxsvr, christoph, kdelibs-bugs, serhiy.int |
Priority: | NOR | ||
Version: | 5.18.0 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Michal Petrucha
2016-04-11 09:19:22 UTC
The redirecting from stderr to syslog is done by systemd, I don't think it's anything we are doing. qDebug just outputs to stderr. But you can use kdebugsettings to turn it all off. While kdebugsettings can disable _some_ logging (maybe even most of it by size which will alleviate this particular issue) there are still messages that cannot be toggled after compilation, I've created new report for that #409521 I can confirm that plasmashell 5.25.3 fills the systemlog with output from the programs it launches, although QT_LOGGING_RULES='*=false', all log output is disabled in kdebugdialog and almost all debug output is disabled in kdebugsettings. I think that is nor really avoidable, you need to report the issue to the apps that output stuff. e.g. for Kate I tried to minimize that. |