added GST_DEBUG=ERROR for DEBUG mode

This commit is contained in:
Mikhail Tergoev 2025-03-03 18:40:25 +03:00
parent aa5a9d17f0
commit ff400ff8f6

@ -3159,6 +3159,7 @@ start_portwine () {
if [[ "${PW_LOG}" == 1 ]] \ if [[ "${PW_LOG}" == 1 ]] \
|| [[ -n "$PW_DEBUG" ]] || [[ -n "$PW_DEBUG" ]]
then then
check_variables GST_DEBUG "ERROR"
check_variables WINEDEBUG "err+all" check_variables WINEDEBUG "err+all"
check_variables WINE_MONO_TRACE "E:System.NotImplementedException" check_variables WINE_MONO_TRACE "E:System.NotImplementedException"
check_variables VKBASALT_LOG_LEVEL "error" check_variables VKBASALT_LOG_LEVEL "error"