2018-01-04 12:53:07 +00:00
. \" generated with Ronn/v0.7.3
. \" http://github.com/rtomayko/ronn/tree/0.7.3
.
2018-06-29 12:36:12 +01:00
.TH "COREDNS\-DEBUG" "7" "June 2018" "CoreDNS" "CoreDNS plugins"
2018-01-04 12:53:07 +00:00
.
.SH "NAME"
\fI debug\fR \- disables the automatic recovery upon a crash so that you\' ll get a nice stack trace\.
.
.SH "DESCRIPTION"
2018-04-20 07:24:19 +01:00
Normally CoreDNS will recover from panics, using \fI debug\fR inhibits this\. The main use of \fI debug\fR is to help testing\. A side effect of using \fI debug\fR is that \fB log\. Debug\fR and \fB log\. Debugf\fR will be printed to standard output\.
2018-01-04 12:53:07 +00:00
.
.P
Note that the \fI errors\fR plugin (if loaded) will also set a \fB recover\fR negating this setting\.
.
.SH "SYNTAX"
.
.nf
debug
.
.fi
.
.SH "EXAMPLES"
2018-04-20 07:24:19 +01:00
Disable the ability to recover from crashes and show debug logging:
2018-01-04 12:53:07 +00:00
.
.IP "" 4
.
.nf
\& \. {
debug
}
.
.fi
.
.IP "" 0