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?
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: WINEDEBUG=+rellay wine app.exe &> /tmp/wine_relay.txt Or Code: WINEDEBUG=+rellay wine app.exe 2>&1 > /tmp/wine_relay.txt