You have to configure a handler in logback I think
I don’t think you can avoid the :msg argument though. That’s inherent in the macro, it needs key value pairs. I’d write my own macro or use something else if it’s a requirement.
Actually, you can use :io.pedestal.log/formatter to encode the arguments in your own way
thanks I'll try that tonight
I just tried actually and it's perfect, thank you!