We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fae95 commit 1192d28Copy full SHA for 1192d28
cmd/gitbase/command/server.go
@@ -83,7 +83,7 @@ func (c *Server) Execute(args []string) error {
83
return err
84
}
85
86
- logrus.Info("starting server")
+ logrus.Infof("server started and listening on %s:%d", c.Host, c.Port)
87
return s.Start()
88
89
0 commit comments