Closed h4cc closed 5 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
metadata: :all
Could this be possible here too please?
Or was is already supported?
https://github.com/jschniper/gelf_logger/commit/0c089fe7e82b4c22634e12f5c3cc13d20b6e71c1
I tried metadata: [:all] in our application and it did not work :(
metadata: [:all]
metadata: :all it is :)
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.htmlCould this be possible here too please?