Skip to content

Commit

Permalink
log metadata (is separate from context)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Sep 13, 2023
1 parent 4b12ff5 commit 8bcbaf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lavinmq/log_formatter.cr
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ module LavinMQ
def run
source
context(before: '[', after: ']')
data(before: '[', after: ']')
string ' '
message
exception
Expand All @@ -17,6 +18,7 @@ module LavinMQ
severity
source(before: ' ')
context(before: '[', after: ']')
data(before: '[', after: ']')
string ' '
message
exception
Expand Down

0 comments on commit 8bcbaf3

Please sign in to comment.