Skip to content

Commit

Permalink
Log your heart out
Browse files Browse the repository at this point in the history
  • Loading branch information
elffjs committed Sep 12, 2023
1 parent 9ec42fb commit 7c4667a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/controllers/user_devices_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,9 @@ func (udc *UserDevicesController) RegisterDeviceForUserFromVIN(c *fiber.Ctx) err
}
messageBytes, err := json.Marshal(message)

udc.log.Error().Msgf("I got here xdt. NATS service is %v", udc.NATSSvc)
udc.log.Error().Msgf("I got here xdx. NATS Jetstream is %v", udc.NATSSvc.JetStream)

if err != nil {
udc.log.Err(err).Msg("Failed to marshal message.")
} else {
Expand Down

0 comments on commit 7c4667a

Please sign in to comment.