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
Despite the readme's current instructions, setting BOSTON_LOGGER = {...} within Django's settings.py will not have any effect. The BlSettings loader only uses EnvironLoader, so no DjangoLoader overrides will be merged into final config.
Despite the readme's current instructions, setting
BOSTON_LOGGER = {...}within Django's settings.py will not have any effect. TheBlSettingsloader only usesEnvironLoader, so noDjangoLoaderoverrides will be merged into final config.