diff options
author | 2016-08-22 14:27:55 -0700 | |
---|---|---|
committer | 2016-08-22 14:27:55 -0700 | |
commit | 62a845ca2ae0f06156b4c52dce432b574a95ca4f (patch) | |
tree | 4497cc213f0437c8a8fa1565f1f93d45a300d3d6 /middleware | |
parent | e0493e898b8bf3d0b1c95b7917f5069d7e9efa46 (diff) | |
download | coredns-62a845ca2ae0f06156b4c52dce432b574a95ca4f.tar.gz coredns-62a845ca2ae0f06156b4c52dce432b574a95ca4f.tar.zst coredns-62a845ca2ae0f06156b4c52dce432b574a95ca4f.zip |
Update README.md
Grammatical fixes.
Diffstat (limited to 'middleware')
-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 dabbbd1aa..173102007 100644 --- a/middleware/log/README.md +++ b/middleware/log/README.md @@ -1,6 +1,6 @@ # log -`log` enables request logging. The request log is also known from some vernaculars as an access log. +`log` enables request logging. The request log is also known in some vernacular as an access log. ## Syntax @@ -8,7 +8,7 @@ log ~~~ -* With no arguments, an query log is written to query.log in the common log format for all requests +* With no arguments, a query log entry is written to query.log in the common log format for all requests (base name = .). ~~~ @@ -40,7 +40,7 @@ The following place holders are supported: * `{type}`: qtype of the request. * `{name}`: qname of the request. -* `{class}`: class of the request. +* `{class}`: qclass of the request. * `{proto}`: protocol used (tcp or udp). * `{when}`: time of the query. * `{remote}`: client's IP address. |