Skip to content

Commit

Permalink
feat: change logging time format
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Aug 21, 2024
1 parent 91aab3c commit a3fcafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/lcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ func setupLogger() {
lumber.Fatal(err, "failed to load new york timezone")
}
lumber.SetTimezone(nytime)
lumber.SetTimeFormat("01/02/2006 03:04:05 PM MST")
}

func rootRedirect(w http.ResponseWriter, r *http.Request) {
Expand Down

0 comments on commit a3fcafb

Please sign in to comment.