Nebo15 / logger_json

JSON logger formatter with support for Google Cloud, DataDog and other for Elixir.
https://nebo15.github.io/logger_json/
MIT License
237 stars 92 forks source link

Update LoggerJSON.Plug doc #92

Closed mathieubotter closed 2 years ago

mathieubotter commented 2 years ago

Added the missing LoggerJSON.Plug.MetadataFormatters.DatadogLogger to the list of available metadata formatters. And also some details in the readme regarding the default use of GoogleCloudLogger for the metadata formatter (which was not obvious to find in the LoggerJSON.Plug module, when configuring the logger for Datadog) .

coveralls commented 2 years ago

Coverage Status

Coverage remained the same at 74.902% when pulling f78d721f3eb7012a69f97f15220a297d259cf830 on mathieubotter:update-loggerjson-plug-doc into 9ca7542166beeb7ddfc723e8885282ddbebf331a on Nebo15:master.

AndrewDryga commented 2 years ago

Thank you @mathieubotter, indeed the setting was ambiguous. I think in the next version we should make it take the default value from the formatter for the logger itself.