From f41b7bbd0a0cc731fd7c471b7ee8b26f14a21755 Mon Sep 17 00:00:00 2001 From: adamdottv <2363879+adamdottv@users.noreply.github.com> Date: Thu, 8 May 2025 12:03:59 -0500 Subject: chore: refactoring status updates --- internal/logging/message.go | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'internal/logging/message.go') diff --git a/internal/logging/message.go b/internal/logging/message.go index 30ae8f379..b8a42d966 100644 --- a/internal/logging/message.go +++ b/internal/logging/message.go @@ -6,13 +6,11 @@ import ( // LogMessage is the event payload for a log message type LogMessage struct { - ID string - Time time.Time - Level string - Persist bool // used when we want to show the mesage in the status bar - PersistTime time.Duration // used when we want to show the mesage in the status bar - Message string `json:"msg"` - Attributes []Attr + ID string + Time time.Time + Level string + Message string `json:"msg"` + Attributes []Attr } type Attr struct { -- cgit v1.2.3