Kai Koehne (11 January 2019 10:33) wrote
> There's been no such change. Your problem is most likely one of two:
>
> - You actually disable the qDebug, qWarning via custom logging
>   rules. See http://doc.qt.io/qt-5/qloggingcategory.html , section
>   "Logging Rules" for the details.

Note that this might not be "You" so much as your O/S: I've had a Debian
system provide its own /etc/xdg/QtProject/qtlogging.ini by default, that
blocked my attempts to see QDebug and QWarning output.  I duly over-rode
it with an empty ~/.sys/config/QtProject/qtlogging.ini (well, empty
aside from a comment telling me why it was there).  The system-wide one
seems to have gone away, on Debian/testing, but it might still be there
on older versions or other systems.

        Eddy.
_______________________________________________
Development mailing list
Development@qt-project.org
https://lists.qt-project.org/listinfo/development

Reply via email to