diff --git a/server.go b/server.go index 3dd853f01..b520381d7 100644 --- a/server.go +++ b/server.go @@ -108,6 +108,7 @@ func (s *Server) Open() error { s.Handler.Cluster = s.Cluster s.Handler.Executor = e s.Handler.LogOutput = s.LogOutput + s.Index.LogOutput = s.LogOutput // Serve HTTP. go func() { http.Serve(ln, s.Handler) }()