add err and stack to log

This commit is contained in:
Paulo Simão 2021-10-11 14:58:09 -03:00
parent 8fb8bb502e
commit 53a53bd1ca

View File

@ -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"`