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