jschniper / gelf_logger

An Elixir Logger backend for GELF
MIT License
29 stars 27 forks source link

Support sending all metadata #15

Closed h4cc closed 5 years ago

h4cc commented 6 years ago

We want to send all metadata to our server, without defining it first in a configuration.

The console Logger supports this option: metadata: :all https://hexdocs.pm/logger/Logger.html

Could this be possible here too please?

h4cc commented 6 years ago

Or was is already supported?

https://github.com/jschniper/gelf_logger/commit/0c089fe7e82b4c22634e12f5c3cc13d20b6e71c1

h4cc commented 6 years ago

I tried metadata: [:all] in our application and it did not work :(

h4cc commented 5 years ago

metadata: :all it is :)