Skip to content

Commit

Permalink
Fix missing key logging
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Nov 17, 2023
1 parent 51ca574 commit b24d4fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/degradation-detector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {
backendUrl := os.Getenv("BACKEND_URL")
if len(backendUrl) == 0 {
backendUrl = "https://ij-perf-api.labs.jb.gg" //http://localhost:9044
slog.Info("BACKEND_URL is not set, using default value: %s", backendUrl)
slog.Info("BACKEND_URL is not set, using default value: %s", "url", backendUrl)
}

client := &http.Client{
Expand Down

0 comments on commit b24d4fc

Please sign in to comment.