pedestal

orestis 2020-10-26T05:47:23.083300Z

You have to configure a handler in logback I think

orestis 2020-10-26T05:49:07.084900Z

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.

orestis 2020-10-26T05:51:30.085600Z

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

Louis Kottmann 2020-10-26T11:59:07.085800Z

thanks I'll try that tonight

Louis Kottmann 2020-10-26T12:23:15.086100Z

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