-
Notifications
You must be signed in to change notification settings - Fork 357
Open
Labels
Description
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