Skip to content

Commit

Permalink
chore: added logging for mq conn
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielojh committed Nov 9, 2023
1 parent be3ad0b commit cf65fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/mq.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func SetupMQ() *RabbitMQ {
)

// Connect to MQ
log.Println("Connecting to MQ")
log.Println("Connecting to MQ with: " + url)
conn, err := amqp.Dial(url)
util.FailOnError(err, "Failed to connect to RabbitMQ")
log.Println("Connected to MQ!")
Expand Down

0 comments on commit cf65fe3

Please sign in to comment.