add err and stack to log
parent
8fb8bb502e
commit
53a53bd1ca
|
@ -206,6 +206,8 @@ type Log struct {
|
|||
Tags string
|
||||
Dtlog time.Time
|
||||
Data []byte
|
||||
Err string
|
||||
Stack []byte
|
||||
}
|
||||
type LogQuery struct {
|
||||
From time.Time `json:"from"`
|
||||
|
|
Loading…
Reference in New Issue