Bug 466981 - Update Stock and Currency Prices clutters systemd journal
Summary: Update Stock and Currency Prices clutters systemd journal
Status: RESOLVED NOT A BUG
Alias: None
Product: kmymoney
Classification: Applications
Component: general (show other bugs)
Version: 5.1.3
Platform: openSUSE Linux
: NOR normal
Target Milestone: ---
Assignee: KMyMoney Devel Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-06 23:18 UTC by Albert Hensel
Modified: 2023-03-07 07:43 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Albert Hensel 2023-03-06 23:18:09 UTC
When updating stock and currency prices under Investments / Equities, KMyMoney prints the source text of the corresponding web page (providing the online quotes) to the standard error stream (prefixed "kmymoney_webpricequote: quotedata"), which in my case gets redirected to the systemd journal. For me, this creates about one megabyte of log data for every price update.

The expected behavior is not to waste resources with huge unsolicited debug messages.
Comment 1 Thomas Baumgart 2023-03-07 07:43:45 UTC
Start KMyMoney with e.g.

   QT_LOGGING_RULES="kmymoney_webpricequote=false" kmymoney

or configure the logging using one of the other provided methods. See https://doc.qt.io/qt-5/qloggingcategory.html for details.