Akka logging has 2 overloaded methods:
log.error(cause: Throwable, msg: String) and log.error(template: String, arg: Any)
AsyncAckingRabbitConsumer calls a method with (template, arg) arguments, which produces an error 'WARNING arguments left: 1' instead of an original exception.
Akka logging has 2 overloaded methods:
log.error(cause: Throwable, msg: String)
andlog.error(template: String, arg: Any)
AsyncAckingRabbitConsumer calls a method with (template, arg) arguments, which produces an error 'WARNING arguments left: 1' instead of an original exception.