Loggo - Production ready logging for Go
how-bazaar.blogspot.co.nz
Loggo - Production ready logging for Go
1–5 of 5 posts
Re: Loggo - Production ready logging for Go
#2Good to see some activity there!
I picked up https://github.com/cihub/seelog some time ago, fits my needs :)
Re: Loggo - Production ready logging for Go
#3Good to see some activity there! I picked up https://github.com/cihub/seelog some time ago, fits my needs :)
I wonder what the differences between these two logging libraries are?
I know Tim wrote loggo specifically to solve some logging problems with Juju, which as the largest open source project in go, and as distributed system management tool puts a lot of pressure on getting good logging in place. But I'm less familiar with seelog's history, and the motivations behind it.
Re: Loggo - Production ready logging for Go
#4Google released glog, which is pretty much the same thing as this, https://github.com/golang/glog. glog seems a bit cleaner though.
Re: Loggo - Production ready logging for Go
#5Google released glog, which is pretty much the same thing as this, https://github.com/golang/glog . glog seems a bit cleaner though.
I had not seen that before, thanks!. The only thing that concerns me about glog is this statement: "The code in this repo is for export only and is not itself under development. Feature requests will be ignored."