Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
log: add server port log
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Sep 4, 2024
1 parent 29fc222 commit 73ebb12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ type Server struct {

func New() (*Server, error) {
port, err := port()
slog.Info("server port assigned", "port", port)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 73ebb12

Please sign in to comment.