From e15219bf5495b07ec3fdc7bf5ebb513431750be4 Mon Sep 17 00:00:00 2001 From: Castro-Fidel Date: Mon, 25 May 2020 13:52:31 +0300 Subject: [PATCH] Only error to log file --- data_from_portwine/scripts/debug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data_from_portwine/scripts/debug b/data_from_portwine/scripts/debug index a66e6b0..5db6fce 100755 --- a/data_from_portwine/scripts/debug +++ b/data_from_portwine/scripts/debug @@ -61,7 +61,7 @@ echo "Version WINE in the Port" >> "${PORT_WINE_PATH}/${portname}.log" echo "-------------------------------------------" >> "${PORT_WINE_PATH}/${portname}.log" echo "log WINE" >> "${PORT_WINE_PATH}/${portname}.log" -export WINEDEBUG="" +export WINEDEBUG="fixme-all" export DXVK_LOG_LEVEL="info" export VK_LOADER_DEBUG="warn" export VKD3D_DEBUG="warn"