summaryrefslogtreecommitdiffhomepage
path: root/internal/logging/message.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/logging/message.go')
-rw-r--r--internal/logging/message.go12
1 files changed, 5 insertions, 7 deletions
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 {