vitamin
2010-Feb-19 07:10 UTC
[Wine] Re: Does wine enable logging and if so can I disable it? And how
Susan Cragin wrote:> Does wine enable logging and if so can I disable it? And howSorta on both questions. Wine logging can not be disabled during compile time. It will always be compiled in. By default err, and fixme debug levels are enabled. Trace level is disabled. If you want to disable all set WINEDEBUG env var to "-all". This has a very small overhead in most places that try to log something.