On Wed, Jan 11, 2012 at 8:26 AM, Eric Wong
<wsy...@gmail.com> wrote:
Hi,
I'm trying to get the debugging messages in snap-server in order to find the socket leaking in my snap app. I find the doc on
snapframework.com says that setting an environment variable DEBUG=1 will enable the app to output the messages in stderr. But I don't get any. I installed the snap-server package using -fopenssl flag but without -fnodebug, so I think it's normal. Any idea on this?
Pass "-fdebug" when installing snap-core and it should work. Which page did you find this on? The directions are obsolete (the behaviour changed several versions ago), please let us know so we can fix them.