@@ -235,8 +235,8 @@ assign values to options like the timeout interval. They have the form
235
235
This option toggles name server mode. When this option is in use,
236
236
the ``delv `` process instantiates a full recursive resolver, and uses
237
237
that to look up the requested query name and type. Turning on this
238
- option also activates ``+mtrace `` and ``+rtrace ``, so that every
239
- iterative query will be logged, including the full response messages
238
+ option also activates ``+mtrace ``, `` +strace `` and ``+rtrace ``, so that
239
+ every iterative query will be logged, including the full response messages
240
240
from each authoritatve server. These logged messages will be written
241
241
to ``stdout `` rather than ``stderr `` as usual, so that the full trace
242
242
can be captured more easily.
@@ -253,11 +253,11 @@ assign values to options like the timeout interval. They have the form
253
253
254
254
.. option :: +rtrace , +nortrace
255
255
256
- This option toggles resolver fetch logging. This reports the name and type of each
257
- query sent by :program: `delv ` in the process of carrying out the resolution
258
- and validation process, including the original query
259
- and all subsequent queries to follow CNAMEs and to establish a chain
260
- of trust for DNSSEC validation.
256
+ This option toggles resolver fetch logging. This reports the name and
257
+ type of each query sent by :program: `delv ` in the process of carrying
258
+ out the resolution and validation process, including the original query
259
+ and all subsequent queries to follow CNAMEs and to establish a chain of
260
+ trust for DNSSEC validation.
261
261
262
262
This is equivalent to setting the debug level to 1 in the "resolver"
263
263
logging category. Setting the systemwide debug level to 1 using the
@@ -266,15 +266,27 @@ assign values to options like the timeout interval. They have the form
266
266
267
267
.. option :: +mtrace , +nomtrace
268
268
269
- This option toggles message logging. This produces a detailed dump of the
270
- responses received by :program: `delv ` in the process of carrying out the
271
- resolution and validation process.
269
+ This option toggles logging of messages received. This produces
270
+ a detailed dump of the responses received by :program: `delv ` in the
271
+ process of carrying out the resolution and validation process.
272
272
273
273
This is equivalent to setting the debug level to 10 for the "packets"
274
274
module of the "resolver" logging category. Setting the systemwide
275
275
debug level to 10 using the :option: `-d ` option produces the same
276
276
output, but affects other logging categories as well.
277
277
278
+ .. option :: +strace , +nostrace
279
+
280
+ This option toggles logging of messages sent. This produces a detailed
281
+ dump of the queries sent by :program: `delv ` in the process of carrying
282
+ out the resolution and validation process. Turning on this option
283
+ also activates ``+mtrace ``.
284
+
285
+ This is equivalent to setting the debug level to 11 for the "packets"
286
+ module of the "resolver" logging category. Setting the systemwide
287
+ debug level to 11 using the :option: `-d ` option produces the same
288
+ output, but affects other logging categories as well.
289
+
278
290
.. option :: +vtrace , +novtrace
279
291
280
292
This option toggles validation logging. This shows the internal process of the
0 commit comments