mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-11 07:11:02 +00:00
set Index.LogOutput to be Server's as well as handler
This commit is contained in:
parent
7e548d5097
commit
43d4c0c670
1 changed files with 1 additions and 0 deletions
|
|
@ -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) }()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue