revert: undo info message

This commit is contained in:
Kevin Franklin Kim 2022-11-29 14:29:59 +01:00 committed by GitHub
parent 41b8a3ce21
commit df1bf07ebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -320,7 +320,7 @@ func (s *Server) Run() {
}
defer s.ctxCancelFn()
s.l.Info("starting keel server :)")
s.l.Info("starting keel server")
// start services
s.startService(s.services...)