Skip to content

Commit 3df6627

Browse files
committed
[logger] chore: add option to output caller info: caller skipped paths and test: add missing import
Signed-off-by: Nikita B <[email protected]>
1 parent 7ee3fd3 commit 3df6627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

logger/caller_hook.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import (
55
"path/filepath"
66
"runtime"
77
"strings"
8+
"sync"
89

910
"github.com/sirupsen/logrus"
1011
)

0 commit comments

Comments
 (0)