We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6c2fbc + 1192d28 commit 42da787Copy full SHA for 42da787
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