diff --git a/lib/config/formatter.go b/lib/config/formatter.go index 6df66c79820d0..b4082d37b1088 100644 --- a/lib/config/formatter.go +++ b/lib/config/formatter.go @@ -342,7 +342,7 @@ func formatCallerWithPathAndLine() (path string) { return "" } -var frameIgnorePattern = regexp.MustCompile(`github\.com/(S|s)irupsen/logrus`) +var frameIgnorePattern = regexp.MustCompile(`github\.com/(gravitational|(S|s)irupsen)/logrus`) // findFrames positions the stack pointer to the first // function that does not match the frameIngorePattern