normalize log messages to use lowercase

This commit is contained in:
A.Unger
2020-11-04 16:00:09 +01:00
parent a36c9cc3e6
commit 157e460945
9 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ func NewService(opts ...Option) Service {
sopts.Logger.Info().
Str("transport", transport(sopts.TLSConfig)).
Str("addr", sopts.Address).
Msg("Starting server")
Msg("starting server")
wopts := []web.Option{
web.Name(