From 53a53bd1cadc82280b92a716f9ce9493a31ae1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulo=20Sima=CC=83o?= Date: Mon, 11 Oct 2021 14:58:09 -0300 Subject: [PATCH] add err and stack to log --- types/lib.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/lib.go b/types/lib.go index 1376fb2..ce05a1b 100644 --- a/types/lib.go +++ b/types/lib.go @@ -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"`