Skip to content

Commit

Permalink
chore: print address for webserver
Browse files Browse the repository at this point in the history
  • Loading branch information
TheDevMinerTV committed Sep 22, 2024
1 parent c9ffbe3 commit 8c61854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,10 +98,10 @@ func server(
wg := sync.WaitGroup{}
wg.Add(2)

log.Debug().Msg("Starting server")

addr := fmt.Sprintf(":%d", config.C.Port)

log.Info().Str("addr", addr).Msg("Starting server")

go func() {
<-ctx.Done()

Expand Down

0 comments on commit 8c61854

Please sign in to comment.