Fork me on GitHub
#google-cloud
<
2021-04-06
>
stopa16:04:30

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!

xlfe11:11:32

Hi stopa - zombie reply! we've used https://github.com/viesti/timbre-json-appender with some success

❤️ 1