This commit is contained in:
Adam Majer 2024-08-19 17:33:52 +02:00
parent a29fe16f32
commit 53505ec1f3

View File

@ -70,6 +70,8 @@ func addObsNotificationToCache(notification *BuildNotification) {
func processObsMessage(msg *rabbitmq.Delivery) {
out.Write([]byte(msg.Timestamp.String()))
out.Write([]byte("\n"))
out.Write([]byte(msg.RoutingKey))
out.Write([]byte("\n"))
out.Write(msg.Body)
out.Write([]byte("\n--------------------------\n"))
return