Replace log level DEBUG with INFO

Bug #1846880 reported by Uwe Klotz
4
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Mixxx
Confirmed
Wishlist
Unassigned

Bug Description

The log level DEBUG = qDebug() is not intended to be enabled in production and may cause performance issues. This log level should only be enabled temporarily upon request or during development.

Instead, the new log level INFO = qInfo() (available since Qt5) should be used for writing detailed log messages into the log file. The default log level for console outputs should be WARNING = qWarning() as before.

This is a long-running migration that could not be completed instantly. At least all new code should follow these rules. The logging rules need to be documented in the developer guide.

Changed in mixxx:
status: New → Confirmed
importance: Undecided → Wishlist
Revision history for this message
Swiftb0y (swiftb0y) wrote :

Mixxx now uses GitHub for bug tracking. This bug has been migrated to:
https://github.com/mixxxdj/mixxx/issues/9770

lock status: Metadata changes locked and limited to project staff
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.