DGDebugging
Probably the first thing to do is to turn on debug output.
A good place to start is with a debug level of 20 as in
./startit -d20
. The startit
command starts all the daemons with
the same debug level. Alternatively, you can start the appropriate
daemon with the debug level you want. If you really need more info, a
debug level of 60 is not bad, and for just about everything a level of
200.
Possible Next Steps
Go to Using a Debugger.
Go back to Developer Notes.
Go back to Developer Guide.