Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-rash authored Aug 26, 2024
1 parent 0eb4a38 commit 25507b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func WithTimeFormat(format string) HandlerOption {
//
// The default format is "[%s] %s - %s\n".
// If you want to rearrange the fields, you can use the indexes:
// "$[3]s %[1]s %[2]\n"
// "%[3]s %[1]s %[2]\n"
// This will output "{Record Message} {Record Level} {Record Time}\n"
//
// User must provide newline in format
Expand Down

0 comments on commit 25507b0

Please sign in to comment.