hello, I read around but I do not understand how can I make pedestal's log/info
macro to just output a string
i.e: right now I have to call (log/info :msg "hello")
which writes out: INFO louisbot-ssj2.api.slack - {:msg "hello", :line 78}
and I would like to call (log/info "hello")
that should output INFO louisbot-ssj2.api.slack - hello
(there could be a (L78)
as well but I don't mind giving it up)
how may I acheive this?