Skip to content

Commit

Permalink
Fix log file location for vendorless (#9689)
Browse files Browse the repository at this point in the history
  • Loading branch information
espadolini committed Jan 7, 2022
1 parent d4a3802 commit 622e0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config/formatter.go
Expand Up @@ -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
Expand Down

0 comments on commit 622e0aa

Please sign in to comment.