Fork me on GitHub
#pedestal
<
2020-10-26
>
orestis05:10:23

You have to configure a handler in logback I think

orestis05:10:07

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.

orestis05:10:30

Actually, you can use :io.pedestal.log/formatter to encode the arguments in your own way

Louis Kottmann11:10:07

thanks I'll try that tonight

Louis Kottmann12:10:15

I just tried actually and it's perfect, thank you!