Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-54238

Issues when logging category name is logging type name

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • 5.6.2
    • 5.6.0
    • Core: I/O
    • None
    •  6c16a50a51c1bafad71ab48c19ce98d57c005d25 3986e1cb223cc86b74c2895e74a1eb600e892079

    Description

      When the logging category name is a logging type name (debug, warning, info, critical), enabling logging isn't always straightforward.

      An example from Qt itself is qt.scenegraph.info. It exhibits the following behavior:

      No output:

      QT_LOGGING_RULES="qt.scenegraph.info=true"
      

      Correct output:

      QT_LOGGING_RULES="qt.scenegraph.info.debug=true"
      

      I would have expected the first formulation to produce output as well.

      Alternatively, the behavior could be documented, and qt.scenegraph.info could be updated.

      Attachments

        For Gerrit Dashboard: QTBUG-54238
        # Subject Branch Project Status CR V

        Activity

          People

            kkohne Kai Köhne
            mbrasser Michael Brasser
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes