add err and stack to log
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user