fix: log panic when use nil error or stringer with Field method (#4130)

This commit is contained in:
Kevin Wan
2024-05-10 00:31:36 +08:00
committed by GitHub
parent 9d551d507f
commit 74331a45c9
4 changed files with 88 additions and 5 deletions

View File

@@ -48,6 +48,7 @@ const (
levelDebug = "debug"
backupFileDelimiter = "-"
nilAngleString = "<nil>"
flags = 0x0
)