| Summary: | User input shows up in logging output and this can't be disabled. | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-sonnet | Reporter: | sudden6 <sudden6> |
| Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | a.samirh78, christoph, faure, kdelibs-bugs-null, nate |
| Priority: | HI | ||
| Version First Reported In: | 5.76.0 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
sudden6
2022-03-13 11:05:27 UTC
Do you still see this in the 5.92 version? 5.76 is quite old. That log message comes from https://invent.kde.org/frameworks/sonnet/-/blob/master/src/core/guesslanguage.cpp#L613 It's using logging categories, so disabling the kf.sonnet.core logging category, should prevent that output from getting to the log. You can do that using the CLI: export QT_LOGGING_RULES="*sonnet*=false" // disables all logging categories for Sonnet or the kdebugsettings GUI tool. Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! This bug has been in NEEDSINFO status with no change for at least 30 days. The bug is now closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging Thank you for helping us make KDE software even better for everyone! |