Skip to content

Commit

Permalink
feat: remove year from logs
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Gleich <[email protected]>
  • Loading branch information
gleich committed Dec 5, 2024
1 parent 6a1fa3f commit acb90fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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")
lumber.SetTimeFormat("01/02 03:04:05 PM MST")
}

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

0 comments on commit acb90fc

Please sign in to comment.