fix 3rd party logger not correct output

This commit is contained in:
Cytown 2026-03-13 11:13:58 +08:00
parent d24fccd34f
commit 76a2505963

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
}