If you don't need
to see the name server's initialization, start your name server
without the debugging command-line option. You can later turn
debugging on and off by using ndc to send the
appropriate control message to the name server process. Here, we set
debugging to level 3, then turn debugging off:
# ndc trace 3
# ndc notrace
And, as you might expect, if you turn on debugging from the command
line, you can still use ndc to change the name
server's debug level.
BIND 9.1.0's rndc doesn't implement
the trace or notrace
arguments yet (nor does the 9.1.0 named ), but a
future version will. So if you're running BIND 9, use the
-d command-line option.