Skip to content

Enable QML debug output inside Sailjail

Matti Viljanen requested to merge enable-qml-logging-with-verbose into master

As Sailjail is rather restrictive about environmental variables, we can't set QT_LOGGING_TO_CONSOLE=1 for Sailjail (without modifying) the Sailjail defaults. Instead, set the environmental variable as soon as the logger is enabled, if verbose mode is enabled either from command line, or from config.yml. The latter makes it work inside Sailjail.

Marking this for beta.13, as the Profile inclusion may trigger the need for additional QML output with Sailjail (and for this being such a trivial change).

Merge request reports