Strip the verbosity of the debug handler

This commit is contained in:
Asim Aslam
2019-07-28 19:43:50 +01:00
parent 1db98ee0f0
commit a63dcda003
5 changed files with 13 additions and 18 deletions

View File

@@ -90,7 +90,7 @@ func newOptions(opt ...server.Option) server.Options {
}
if opts.DebugHandler == nil {
opts.DebugHandler = debug.DefaultDebugHandler
opts.DebugHandler = debug.DefaultHandler
}
if len(opts.Address) == 0 {