[Wine] Re: strings are cutted in logs

vitamin wineforum-user at winehq.org
Wed Jul 30 13:43:33 CDT 2008


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









More information about the wine-users mailing list