Skip to content

Commit

Permalink
dev startup message
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Sep 8, 2024
1 parent cb8f955 commit 3ee7144
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ func main() {
}

if cfg.Environment == "development" {
fmt.Println(startupLogo+"Open your browser and navigate to:", cfg.URL)
fmt.Println(startupLogo + cfg.URL)
} else {
serverLog.Info("starting server", "address", addr, "environment", cfg.Environment, "url", cfg.URL)
}
Expand All @@ -101,4 +101,4 @@ var startupLogo = `
/ __/ / / /_/ / __/ /
/_/ /_/_.___/\___/_/
`
ꕤ URL `

0 comments on commit 3ee7144

Please sign in to comment.