Commit 62a845ca authored by cricketliu's avatar cricketliu Committed by GitHub

Update README.md

Grammatical fixes.
parent e0493e89
# log # 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 ## Syntax
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
log 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 = .). (base name = .).
~~~ ~~~
...@@ -40,7 +40,7 @@ The following place holders are supported: ...@@ -40,7 +40,7 @@ The following place holders are supported:
* `{type}`: qtype of the request. * `{type}`: qtype of the request.
* `{name}`: qname of the request. * `{name}`: qname of the request.
* `{class}`: class of the request. * `{class}`: qclass of the request.
* `{proto}`: protocol used (tcp or udp). * `{proto}`: protocol used (tcp or udp).
* `{when}`: time of the query. * `{when}`: time of the query.
* `{remote}`: client's IP address. * `{remote}`: client's IP address.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment