Is there a canonical way to set up JSON logging in the go-sdk? I see that we can provide our own logger when setting up a worker and I’m wondering if there’s any precedent I can use to set up JSON logging before rolling my own.
I did some testing with logrus and consistently hit problems with zap so I ended up making a wrapper around a zap logger which will hopefully not have the same problems.