FS#52712 - [qt5-base] journald logging doesn't work in 5.8.0
Attached to Project:
Arch Linux
Opened by Elvis Angelaccio (elvisangelaccio) - Wednesday, 25 January 2017, 21:40 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 28 January 2017, 23:20 GMT
Opened by Elvis Angelaccio (elvisangelaccio) - Wednesday, 25 January 2017, 21:40 GMT
Last edited by Antonio Rojas (arojas) - Saturday, 28 January 2017, 23:20 GMT
|
Details
qt5-base 5.8.0 from kde-unstable repo seems to break
journlad logging (i.e. debug output of Qt apps no longer
shows up in journalctl).
I did not try to downgrade the qt packages, but I have another system with qt 5.7.1 and journald logging works as expected there. Also I see journald mentioned in https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/qt5-base&id=896c0f5b06637864cea22bb4fc5c37dd75db05b1 |
This task depends upon
Closed by Antonio Rojas (arojas)
Saturday, 28 January 2017, 23:20 GMT
Reason for closing: Fixed
Additional comments about closing: qt5-base 5.8.0-2
Saturday, 28 January 2017, 23:20 GMT
Reason for closing: Fixed
Additional comments about closing: qt5-base 5.8.0-2
...
test config.corelib.libraries.journald succeeded
...
Qt Core:
DoubleConversion ....................... yes
Using system DoubleConversion ........ no
GLib ................................... yes
iconv .................................. no
ICU .................................... yes
Logging backends:
journald ............................. yes
syslog ............................... no
Using system PCRE ...................... yes
So I suppose this is an upstream issue.
$ journalctl -b | grep kf5.kio.trash
should return nothing.
If I remove the -b switch, the last logs I see are from the day I upgraded to 5.8.0, which proves this is a regression.