http://bugs.winehq.org/show_bug.cgi?id=24569
--- Comment #13 from Jase Whipp jason.whipp@gmail.com 2010-09-30 12:45:33 CDT --- (In reply to comment #9)
(In reply to comment #6)
Really, what I think we need is configurable *outside of compilation params* wine logging. As a user of wine, I'd like to be able to turn on and off verbose logging when needed. A simple way may be adding a simple check box to winecfg to enabling verbose logging, off by default.
It is, add 'WINEDEBUG=-all' to your environment (~/.bashrc, likely) to disable it for all apps or to the particular shortcut you're using to disable it for just that program.
I'll utilize this for the mxie app, thanks.