komuw / otero

MIT License
10 stars 3 forks source link

Stacktraces support for Zerolog #9

Open paambaati opened 1 year ago

paambaati commented 1 year ago

Would be super nice to have.

komuw commented 1 year ago

You can implement it using the one from logrus as a guide; https://github.com/komuw/otero/blob/ef06acddcaacddb82b7690ecda4b7a5593ae02d7/log/logrus.go#L98-L107

I haven't looked too much into it to see if it would work.