mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-26 02:51:07 +01:00
v0.26.0
This commit is contained in:
@@ -8,5 +8,5 @@ import (
|
||||
)
|
||||
|
||||
func logDebugf(stream zerolog.LogObjectMarshaler, format string, v ...any) {
|
||||
log.Debug().Object("stream", stream).Msgf(format, v...)
|
||||
log.Debug().EmbedObject(stream).Msgf(format, v...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user