Skip to content

Commit

Permalink
Add source and dest to party pack reply logging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbriggs committed Jan 23, 2024
1 parent d6cf753 commit ae27a5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions messageRouter.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,7 @@ func send(ctx context.Context, rdb *redis.Client, reply model.MessageSend) {
Str("content", reply.Content).
Str("previous_content", reply.PreviousMessage.Content).
Str("channel_id", reply.ChannelID).
Str("source", reply.Metadata.Source).
Str("dest", reply.Metadata.Dest).
Msg("Message sent")
}

0 comments on commit ae27a5a

Please sign in to comment.