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
Right now we allow configuring :log_options from the environment (see here).
This should be avoided since it could lead to conflicts i.e. dependency & library using bridge_ex and overriding their configurations (see here for details).
This feature was allowed to let users configure logs only once for each environment and each bridge, but it could be a footgun.
The text was updated successfully, but these errors were encountered:
I looked into it again: as of now, log_options can be configured both through the environment and locally during use.
If in an umbrella app, no sub-apps configure it using the environment, is it still impossible to use the library, or would that be a "workaround" (i.e. avoiding the foot gun)?
Right now we allow configuring
:log_options
from the environment (see here).This should be avoided since it could lead to conflicts i.e. dependency & library using
bridge_ex
and overriding their configurations (see here for details).This feature was allowed to let users configure logs only once for each environment and each bridge, but it could be a footgun.
The text was updated successfully, but these errors were encountered: