diff options
author | 2016-11-09 13:02:06 +0000 | |
---|---|---|
committer | 2016-11-09 13:02:06 +0000 | |
commit | a8287bb04dc7861f349c96ba790e4a007dc7657c (patch) | |
tree | dc4db11f7d77de6a666a2d9eb873170175a85646 | |
parent | e210b06e89aff164d03a44df748f620b331c5481 (diff) | |
download | coredns-a8287bb04dc7861f349c96ba790e4a007dc7657c.tar.gz coredns-a8287bb04dc7861f349c96ba790e4a007dc7657c.tar.zst coredns-a8287bb04dc7861f349c96ba790e4a007dc7657c.zip |
middleware/log cleanup readme (#413)
-rw-r--r-- | middleware/log/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/middleware/log/README.md b/middleware/log/README.md index f355804c4..1cd3d84e1 100644 --- a/middleware/log/README.md +++ b/middleware/log/README.md @@ -37,11 +37,11 @@ classes have the following meaning: * `success`: successful response * `denial`: either NXDOMAIN or NODATA (name exists, type does not) -* `error`: SERVFAIL, NOTIMP, REFUSED, etc. Any that indicated the remove server is not willing to +* `error`: SERVFAIL, NOTIMP, REFUSED, etc. Anything that indicates the remote server is not willing to resolve the request. -* `all`: the default is nothing is specified. +* `all`: the default - nothing is specified. -If no class is specified it defaults to *all*. +If no class is specified, it defaults to *all*. ## Log File |