Page 1 of 1

(SOLVED) Is there a way to stop warning messages?

Posted: Mon Nov 21, 2022 1:07 pm
by ilyasozkurt
Hello there,

I would like to learn. Is there a way or param for the offscreen mode to disable warning messages during the process?

Edit:

Yep, there is. You can stop debugging messages by exporting this command inside OS

Code: Select all

export QT_LOGGING_RULES="*.debug=false;driver.usb.debug=true"
Thank you.