log/修改 Field;
This commit is contained in:
@@ -84,6 +84,6 @@ type Entry struct {
|
||||
Time string `json:"time,omitempty"`
|
||||
Caller *runtimehelper.Frame `json:"caller,omitempty"`
|
||||
Stack []runtimehelper.Frame `json:"stack,omitempty"`
|
||||
Fields []logsdk.Field `json:"fields,omitempty"`
|
||||
Fields []logsdk.KV `json:"fields,omitempty"`
|
||||
Level logsdk.Level `json:"level"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user