Skip to content

Commit

Permalink
log when running in insecure
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-mckay committed Aug 20, 2024
1 parent ea32b99 commit 0f6060e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ func main() {

} else {
handler := newHandler()
log.Println("running in insecure mode")
log.Fatal(http.ListenAndServe(listenAddr, handler))
}
}

0 comments on commit 0f6060e

Please sign in to comment.