Skip to content

Commit

Permalink
Change key name from port to bindAddress
Browse files Browse the repository at this point in the history
Signed-off-by: Karol Bakunowski <[email protected]>
  • Loading branch information
bakunowski committed Apr 17, 2024
1 parent 74f006b commit 54d2579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/api/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (s *server) Serve(ctx context.Context, l net.Listener) error {

log.WithValues(
"tls", s.cfg.TLSConfig != nil,
).Info("Server is listening", "port", l.Addr().String())
).Info("Server is listening", "bindAddress", l.Addr().String())

select {
case <-ctx.Done():
Expand Down

0 comments on commit 54d2579

Please sign in to comment.