diff options
author | 2018-11-03 18:58:15 +0000 | |
---|---|---|
committer | 2018-11-03 11:58:15 -0700 | |
commit | 921b02e2d5af6535cab4d2c2113c92770e4d1f59 (patch) | |
tree | 8252f346e56b210ac2a62ae2cd7e47d13b62b070 /plugin | |
parent | cac6fe1d0743e43776178f7681dec3c1ec6fb391 (diff) | |
download | coredns-921b02e2d5af6535cab4d2c2113c92770e4d1f59.tar.gz coredns-921b02e2d5af6535cab4d2c2113c92770e4d1f59.tar.zst coredns-921b02e2d5af6535cab4d2c2113c92770e4d1f59.zip |
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>
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/log/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/log/README.md b/plugin/log/README.md index 8ecc39680..48e5acb6c 100644 --- a/plugin/log/README.md +++ b/plugin/log/README.md @@ -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 |