Skip to content

Commit

Permalink
plugin/log: explain the {size} better (coredns#2269)
Browse files Browse the repository at this point in the history
This is now the raw size which may be larger than what a particular
client actually sees.

Clarify this a bit.

Fixes coredns#2258

Signed-off-by: Miek Gieben <[email protected]>
  • Loading branch information
miekg authored and yongtang committed Nov 3, 2018
1 parent cac6fe1 commit 921b02e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@ The following place holders are supported:
* `{port}`: client's port
* `{duration}`: response duration
* `{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
bit as well.
bit as well
* `{>bufsize}`: the EDNS0 buffer size advertised in the query
* `{>do}`: is the EDNS0 DO (DNSSEC OK) bit set in the query
* `{>id}`: query ID
Expand Down

0 comments on commit 921b02e

Please sign in to comment.