Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qt debug logging is disabled by default #15

Open
decon4 opened this issue Nov 2, 2024 · 0 comments
Open

Qt debug logging is disabled by default #15

decon4 opened this issue Nov 2, 2024 · 0 comments

Comments

@decon4
Copy link

decon4 commented Nov 2, 2024

The file /usr/share/qt6/qtlogging.ini has debug disabled:
*.debug=false

This prevents qDebug() and console.log() from being printed for Qt6 applications started with qt-runner.

The alternatives would be:

  1. Enable debug globally using (*.debug=true) prints a huge amount of stuff and is not desired.
  2. Disabling this setting.
    #*.debug=false

Option 2 keeps global debug disabled but allows printing qDebug/console.log in application. I therefore suggest disabling the setting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant