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 f01eeac300
commit 83e24e8ceb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
}