Hello!
I runned the following command
WINEDEBUG=+rellay wine app.exe
and in log message strings that are bigger are truncated.
It is a way to configure somethink to log entire strings?
strings are cutted in logs
Re: strings are cutted in logs
last_deceneu wrote:Hello!
I runned the following command
WINEDEBUG=+rellay wine app.exe
and in log message strings that are bigger are truncated.
It is a way to configure somethink to log entire strings?
Code: Select all
WINEDEBUG=+rellay wine app.exe &> /tmp/wine_relay.txt
Code: Select all
WINEDEBUG=+rellay wine app.exe 2>&1 > /tmp/wine_relay.txt