Support & Instructions for using Stackdriver
Hi,
I'm trying to figure out how to write the logs from my Elixir application directly to Stackdriver without fluentd. Ideally I'm looking for something like what you provide in ruby but can't seem to find any instructions or guides online.
Cheers
Any update on this?
@te-chris I ended up dockerizing my stuff and using https://cloud.google.com/community/tutorials/docker-gcplogs-driver.
I also wrote a hex package for doing this with files but no longer use it.
- https://hex.pm/packages/logger_file_backend_with_formatters_stackdriver
- https://github.com/fremantle-capital/logger_file_backend_with_formatters_stackdriver
@rupurt now what do you use? I just have the same problem.
@INGCRENGIFO https://github.com/Nebo15/logger_json with docker