phuslu / log

Fastest structured logging
MIT License
672 stars 44 forks source link

Great lib, Recommendation needed on custom sink #87

Closed pankajmyt closed 5 days ago

pankajmyt commented 2 weeks ago

Using this lib for quite some time. Containers are running in gcp cloud run. This lib writes to std.io which can be queried by gcp logging interface. I want to start using uptrace.dev.

What will the recommended way to pipe the log data there?

phuslu commented 2 weeks ago

I recommand to use https://vector.dev/ to sink your log to uptrace.dev