Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
62a845ca
Commit
62a845ca
authored
Aug 22, 2016
by
cricketliu
Committed by
GitHub
Aug 22, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update README.md
Grammatical fixes.
parent
e0493e89
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
middleware/log/README.md
middleware/log/README.md
+3
-3
No files found.
middleware/log/README.md
View file @
62a845ca
# 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, a
n 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}`
:
q
class 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment