improve caller path filtering for package gdebug

This commit is contained in:
jflyfox
2021-06-22 15:09:08 +08:00
parent 266f592739
commit fbad5f60eb
4 changed files with 22 additions and 15 deletions

View File

@ -11,8 +11,8 @@ import (
)
const (
debugKey = "gf.debug" // Debug key for checking if in debug mode.
StackFilterKeyForGoFrame = "/github.com/gogf/gf/" // Stack filtering key for all GoFrame module paths.
debugKey = "gf.debug" // Debug key for checking if in debug mode.
StackFilterKeyForGoFrame = "github.com/gogf/gf/" // Stack filtering key for all GoFrame module paths.
)
var (