Skip to content

Commit ee8d4dc

Browse files
author
chenjie199234
committed
update
1 parent 518d9ee commit ee8d4dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web/server.go

+1
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ func NewWebServer(c *ServerConfig, selfproject, selfgroup, selfapp string, tlsc
184184
handlerRewrite: make(map[string]map[string]string),
185185
}
186186
instance.s = &http.Server{
187+
ErrorLog: log.GetLloger(),
187188
TLSConfig: tlsc,
188189
ReadHeaderTimeout: c.ConnectTimeout.StdDuration(),
189190
IdleTimeout: c.IdleTimeout.StdDuration(),

0 commit comments

Comments
 (0)