Timber v3.1.2 Timber.Contexts.RuntimeContext View Source
DEPRECATED
This module is deprecated in favor of using map
s. The next evolution of Timber (2.0)
no long requires a strict schema and therefore simplifies how users set context:
Timber.add_context(runtime: %{application: "my_app", file: "my_file.ex"})
Please note that this context is added automatically as part of shipping log data. You should not have to do anything to obtain this context.