Bug 466981

Summary: Update Stock and Currency Prices clutters systemd journal
Product: [Applications] kmymoney Reporter: Albert Hensel <ahpgh0>
Component: generalAssignee: KMyMoney Devel Mailing List <kmymoney-devel>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version: 5.1.3   
Target Milestone: ---   
Platform: openSUSE   
OS: Linux   
Latest Commit: Version Fixed In:

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.