[erlang-questions] debug output from yaws
Attila Rajmund Nohl
attila.r.nohl@REDACTED
Wed Jun 6 15:15:30 CEST 2012
Hello!
I'm working on an application that uses the yaws webserver. This
application also contains the reshd module (see
http://erlang.org/pipermail/erlang-questions/2001-May/003162.html), so
I can connect to the erlang shell of the node even if yaws was started
as daemon mode. My problem is: if I connect to the shell and turn on
tracing (using dbg), I can't see it's output, because the stdout and
stderr are redirected to /dev/null.
Is there a way to get the debug output without restarting yaws?
More information about the erlang-questions
mailing list