mirror of
https://github.com/coredns/coredns.git
synced 2025-11-20 02:42:16 -05:00
recover from panic log including stacktrace to help finding the origin (#5392)
This commit is contained in:
@@ -154,6 +154,7 @@ func (h *dnsContext) MakeServers() ([]caddy.Server, error) {
|
||||
c.Plugin = c.firstConfigInBlock.Plugin
|
||||
c.ListenHosts = c.firstConfigInBlock.ListenHosts
|
||||
c.Debug = c.firstConfigInBlock.Debug
|
||||
c.Stacktrace = c.firstConfigInBlock.Stacktrace
|
||||
c.TLSConfig = c.firstConfigInBlock.TLSConfig
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user