Skip to content

Commit

Permalink
Options.CallerFormatter documentation issue (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
pythonian23 authored Jan 4, 2024
1 parent 2338a13 commit fd1729a
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 @@ -50,7 +50,7 @@ type Options struct {
ReportTimestamp bool
// ReportCaller is whether the logger should report the caller location. The default is false.
ReportCaller bool
// CallerFormatter is the caller format for the logger. The default is CallerShort.
// CallerFormatter is the caller format for the logger. The default is ShortCallerFormatter.
CallerFormatter CallerFormatter
// CallerOffset is the caller format for the logger. The default is 0.
CallerOffset int
Expand Down

0 comments on commit fd1729a

Please sign in to comment.