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
Currently there is some inconsistency regarding adapter/middleware configuration.
For example, logger format can be configured with config :tesla, Tesla.Middleware.Logger, debug: false but log_level can't.
This all should be unified with clear rules of precedence.
Also relates to #219
The text was updated successfully, but these errors were encountered:
Currently there is some inconsistency regarding adapter/middleware configuration.
For example, logger format can be configured with
config :tesla, Tesla.Middleware.Logger, debug: false
butlog_level
can't.This all should be unified with clear rules of precedence.
Also relates to #219
The text was updated successfully, but these errors were encountered: