From fd1729ad8eb8badce23ad62a2050f33e93b82fd8 Mon Sep 17 00:00:00 2001 From: pythonian23 <63051526+pythonian23@users.noreply.github.com> Date: Fri, 5 Jan 2024 01:41:51 +0900 Subject: [PATCH] Options.CallerFormatter documentation issue (#100) --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index a60f546..e8a5362 100644 --- a/options.go +++ b/options.go @@ -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