Logflare / logflare_logger_backend

Logger backend to send Elixir logs to Logflare.
MIT License
88 stars 17 forks source link

Add option to drop metadata kets #75

Closed mveytsman closed 3 years ago

mveytsman commented 3 years ago

We found it useful to have a blocklist of keys to drop, instead of an allowlist of keys to include.

Let me know if this is a useful addition to the library!

chasers commented 3 years ago

Thanks, looks useful! Will merge tomorrow.

chasers commented 3 years ago

Just cut v0.11.0 and published on Hex. Thanks again!!

chasers commented 3 years ago

@mveytsman oh, what is your exact use case here? I'm curious, and this will maybe be helpful as an example. Are you trying to exclude something a lib is logging?