Hacker News new | ask | show | jobs
by kozikow 3596 days ago
I wish that stackdriver documentation would be more clear that you should go for sending logs through fluentd, or you are going to have bad time.

I have been using python wrapper over the stackdriver http api. To fix a few frustrations I had with it, like big logs crashing the logger or lack of identificaiton of machine that sent the log (so you can't follow single flow of execution) I wrote the https://github.com/understandwork/stackdriver_python_logger . Then, some time later I realised that I have to use fluentd anyway.