vectordotdev / timber-ruby

🌲 Great Ruby logging made easy.
https://timber.io
Other
154 stars 19 forks source link

Resolve capturing system and runtime context #143

Closed binarylogic closed 7 years ago

binarylogic commented 7 years ago

The runtime context was erroneously using the Contexts::System for initialization. This was overriding the system context with a blank map. This change uses the correct class and adds tests for capturing these contexts properly.