We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa2514 commit 37b4eddCopy full SHA for 37b4edd
1 file changed
server.go
@@ -79,7 +79,7 @@ func (s *GracefulServer) Run(sig ...os.Signal) {
79
ctx := context.Background()
80
ctx, cancel := context.WithCancel(ctx)
81
82
- log.Printf("server %s running at %s", s.Name, s.Addr)
+ logger.Printf("server %s running at %s", s.Name, s.Addr)
83
84
c := newSignalChan(sig...)
85
0 commit comments