Hey team, curious question for you:
Have ya’ll used google cloud logging? If yes, do you do anything special to set up jsonPayload
?
Right now, I just use clojure.tools.logging, and send pretty-printed edn. Then I use BigQuery to extract fields I care about. However, I noticed this jsonPayload
key, and wondered if I could use it to better purpose.
If you use it, and have an example of how to make things work with clojure.tools.logging, would love to see it!