Skip to content

Commit

Permalink
Update internal/dev_server/dev_server.go
Browse files Browse the repository at this point in the history
  • Loading branch information
cdelst authored Sep 11, 2024
1 parent 4ead9b7 commit 019d780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dev_server/dev_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (c LDClient) RunServer(ctx context.Context, serverParams ServerParams) {
handler = handlers.RecoveryHandler(handlers.PrintRecoveryStack(true))(handler)

addr := fmt.Sprintf("0.0.0.0:%s", serverParams.Port)
log.Printf("server running on %s", addr)
log.Printf("Server running on %s", addr)
log.Printf("Access the UI for toggling overrides at http://localhost:%s/ui or by running `ldcli dev-server ui`", serverParams.Port)
server := http.Server{
Addr: addr,
Expand Down

0 comments on commit 019d780

Please sign in to comment.