mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -04:00
plugin/log: explain the {size} better (#2269)
This is now the raw size which may be larger than what a particular client actually sees. Clarify this a bit. Fixes #2258 Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
@@ -65,9 +65,9 @@ The following place holders are supported:
|
|||||||
* `{port}`: client's port
|
* `{port}`: client's port
|
||||||
* `{duration}`: response duration
|
* `{duration}`: response duration
|
||||||
* `{rcode}`: response RCODE
|
* `{rcode}`: response RCODE
|
||||||
* `{rsize}`: response size
|
* `{rsize}`: raw (uncompressed), response size (a client may receive a smaller response)
|
||||||
* `{>rflags}`: response flags, each set flag will be displayed, e.g. "aa, tc". This includes the qr
|
* `{>rflags}`: response flags, each set flag will be displayed, e.g. "aa, tc". This includes the qr
|
||||||
bit as well.
|
bit as well
|
||||||
* `{>bufsize}`: the EDNS0 buffer size advertised in the query
|
* `{>bufsize}`: the EDNS0 buffer size advertised in the query
|
||||||
* `{>do}`: is the EDNS0 DO (DNSSEC OK) bit set in the query
|
* `{>do}`: is the EDNS0 DO (DNSSEC OK) bit set in the query
|
||||||
* `{>id}`: query ID
|
* `{>id}`: query ID
|
||||||
|
|||||||
Reference in New Issue
Block a user