fix issue 437

This commit is contained in:
John
2019-12-25 21:22:06 +08:00
parent a10f428715
commit 80c6ceaf26
8 changed files with 36 additions and 18 deletions

View File

@ -131,8 +131,8 @@ func formatSubStack(st stack, buffer *bytes.Buffer) {
if strings.Contains(file, gFILTER_KEY) {
continue
}
// Avoid GF stacks if not in GF development.
if !intlog.IsInGFDevelop() {
// Avoid GF stacks if not in GF development.
if strings.Contains(file, "github.com/gogf/gf/") {
continue
}