mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-08-28 10:54:59 +00:00
set Index.LogOutput to be Server's as well as handler
This commit is contained in:
parent
d996e9d0b6
commit
ffcb4c0c10
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