https://bugs.kde.org/show_bug.cgi?id=451445

--- Comment #2 from Ahmad Samir <a.samir...@gmail.com> ---
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.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to