[kde-linux/os-autoinst-distri-kdelinux] extensions/openqa/usr/lib: Get rid of qtlogging settings for more verbose logs
Thomas Duckworth <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 58544a8b257f08b09a3d159dffa809614c8fa160 by Thomas Duckworth. Committed on 06/08/2026 at 09:17. Pushed by tduck into branch 'master'. Get rid of qtlogging settings for more verbose logs Should give us better insight into bugs and crashes in Qt applications. M +3 -0 extensions/openqa/usr/lib/openqa-bootstrap https://invent.kde.org/kde-linux/os-autoinst-distri-kdelinux/-/commit/58544a8b257f08b09a3d159dffa809614c8fa160 diff --git a/extensions/openqa/usr/lib/openqa-bootstrap b/extensions/openqa/usr/lib/openqa-bootstrap index d5594ce..e71189b 100755 --- a/extensions/openqa/usr/lib/openqa-bootstrap +++ b/extensions/openqa/usr/lib/openqa-bootstrap @@ -60,3 +60,6 @@ timedatectl set-timezone Etc/UTC # Enable sshd systemctl enable --now sshd + +# Get rid of qtlogging settings so we have more verbose logging +rm -rf /etc/xdg/QtProject/qtlogging.ini