You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 8, 2020. It is now read-only.
Timber's various configuration parameters do not consistently support pulling values via a {:system, "VAR_NAME"} tuple. For example, Timber.Config.api_key/0 does, yet Timber.Config.http_url/0 does not. This makes it challenging to change all configuration URLs via environment variables.
The text was updated successfully, but these errors were encountered:
More generically, the configuration should be modifiable at runtime. This allows for users to choose their configuration methodology rather than binding it to a specific type of mechanism. In that regard, it allows users to pull in configuration by their own method (whether that be System.get_env/1 or some other mechanism like etcd or consul).
Timber's various configuration parameters do not consistently support pulling values via a
{:system, "VAR_NAME"}
tuple. For example,Timber.Config.api_key/0
does, yetTimber.Config.http_url/0
does not. This makes it challenging to change all configuration URLs via environment variables.The text was updated successfully, but these errors were encountered: