Prepare release: (#3614)

* run Makefile.doc to update to the latest
* add prs and authors to Makefile.release to aid in creating release
  notes. And update the comments in the makefile.
* add 1.6.7 release notes.

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-23 16:06:52 +01:00
committed by Yong Tang
parent 166ea10780
commit ff981b1d69
5 changed files with 74 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
.\" Generated by Mmark Markdown Processer - mmark.miek.nl
.TH "COREDNS-LOG" 7 "December 2019" "CoreDNS" "CoreDNS Plugins"
.TH "COREDNS-LOG" 7 "January 2020" "CoreDNS" "CoreDNS Plugins"
.SH "NAME"
.PP
@@ -8,11 +8,11 @@
.SH "DESCRIPTION"
.PP
By just using \fIlog\fP you dump all queries (and parts for the reply) on standard output. Options exist
to tweak the output a little. The date/time prefix on log lines is RFC3339 formatted with
milliseconds.
to tweak the output a little. Note that for busy servers logging will incur a performance hit.
.PP
Note that for busy servers logging will incur a performance hit.
Enabling or disabling the \fIlog\fP plugin only affects the query logging, any other logging from
CoreDNS will show up regardless.
.SH "SYNTAX"
.PP
@@ -24,11 +24,8 @@ log
.fi
.RE
.IP \(bu 4
With no arguments, a query log entry is written to \fIstdout\fP in the common log format for all requests
.PP
With no arguments, a query log entry is written to \fIstdout\fP in the common log format for all requests.
Or if you want/need slightly more control:
.PP
@@ -83,7 +80,7 @@ logged whatever we mix together with "all".
.PP
If no class is specified, it defaults to \fIall\fP.
If no class is specified, it defaults to \fB\fCall\fR.
.SH "LOG FORMAT"
.PP