fix 3rd party logger not correct output (#1482)

This commit is contained in:
Cytown 2026-03-13 11:20:17 +08:00 committed by GitHub
parent 8a2d37d9f9
commit f823c7fe46

View file

@ -113,6 +113,7 @@ func getCallerInfo() (string, int, string) {
// bypass common loggers
if strings.HasSuffix(file, "/logger.go") ||
strings.HasSuffix(file, "/logger_3rd_party.go") ||
strings.HasSuffix(file, "/log.go") {
continue
}