Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15
-
-
c6528ce8c (dev), c422aacb9 (6.7)
Description
Expected is that console.trace() uses a logging category of qml or js, depending on the type of file doing the logging. As all the other QJSEngine console commands.
But instead it uses the logging category "default" which prevents correct log filtering.