some dirty work around worked for me. Now, I can see DEBUG messages in my custom log file.

#!ifdef WITH_DEBUG
debug=4
log_stderror=no (changed from yes)
#!else
debug=2
log_stderror=no
#!endif


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.