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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
:compile_auto_inspect and :auto_inspect config options, both default
to false
Added Scribe.auto_inspect/1 for toggling auto inspect
Added Scribe.auto_inspect?/0
Removed Scribe.enable/0 and Scribe.disable/0, replaced with above
Removed Scribe.enabled?/0, replaced with above
To work with production releases, auto-inspect functionality can now be
optionally compiled (not compiled by default). To enable auto-inspect for
your development environment, add this to your config/dev.exs: