Skip to content

Commit

Permalink
feat: bcs-common原始日志位置打印
Browse files Browse the repository at this point in the history
  • Loading branch information
LidolLxf committed Dec 20, 2024
1 parent 076cdd3 commit 4230129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bcs-common/common/blog/glog/glog.go
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ func (l LogKit) Log(keyvals ...interface{}) error {
logLevel = infoLog
}

logging.print(logLevel, keysAndValues...)
logging.printDepth(logLevel, 1, keysAndValues...)
return nil
}

Expand Down

0 comments on commit 4230129

Please sign in to comment.