vectordotdev / timber-elixir

🌲 Great Elixir logging made easy
https://timber.io
Other
214 stars 29 forks source link

Drop `custom` namespace for events and context #319

Closed binarylogic closed 5 years ago

binarylogic commented 5 years ago

The timer service no longer requires a strict schema so the context.custom.* and event.custom.* namespace is no longer necessary. The original intent was to reserve the top level schema for Timber official contexts and events, but this concept has since been removed. Users should be able to do define context.foo and event.foo if they want.