mirror of
https://github.com/coredns/coredns.git
synced 2025-11-24 20:54:02 -05:00
Manual pages (#1346)
* Add manual pages Generate manual pages from the README and extend README with Name and Description sections. The generation requires 'ronn' which may not be available. Just check in all generated manual pages.
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# log
|
||||
|
||||
*log* enables query logging to standard output.
|
||||
## Name
|
||||
|
||||
*log* - enables query logging to standard output.
|
||||
|
||||
## Description
|
||||
|
||||
By just using *log* you dump all queries (and parts for the reply) on standard output. Options exist
|
||||
to tweak the output a little.
|
||||
|
||||
Note that for busy servers this will incur a performance hit.
|
||||
|
||||
## Syntax
|
||||
|
||||
|
||||
Reference in New Issue
Block a user