You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, my emails are formated like this: #riemann.codec.Event{:host "foo", :service "bar", :state "critical", :description "{\"exception\":\"some error\",\"datetime\":\"20210104061928\"...", :tags ["tag-1"]}
You can notice that the description is a JSON object, am unable to beautify its contents from the email. Is there a way I can format the emails in a better way so that it's easily readable?
The text was updated successfully, but these errors were encountered:
Currently, my emails are formated like this:
#riemann.codec.Event{:host "foo", :service "bar", :state "critical", :description "{\"exception\":\"some error\",\"datetime\":\"20210104061928\"...", :tags ["tag-1"]}
You can notice that the description is a JSON object, am unable to beautify its contents from the email. Is there a way I can format the emails in a better way so that it's easily readable?
The text was updated successfully, but these errors were encountered: