mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
add gf.debug options and GF_DEBUG env control params for internal logging feature
This commit is contained in:
@ -132,7 +132,7 @@ func formatSubStack(st stack, buffer *bytes.Buffer) {
|
||||
continue
|
||||
}
|
||||
// Avoid GF stacks if not in GF development.
|
||||
if !intlog.IsInGFDevelop() {
|
||||
if !intlog.IsGFDebug() {
|
||||
if strings.Contains(file, "github.com/gogf/gf/") {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user