We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When enable is false, (not nil) then disable logging totally, otherwise, depended on other keys.
Spent few minutes debugging why I'm not getting coercion errors, while at the same time getting request logs and it turned out that defaults:
:duct.reitit/logging {:level :report :exceptions? true :pretty? true :coercions? true :requests? true}
doesn't include enable.
Therefore, when and only when enable is false, then overwrite and disable everything.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When enable is false, (not nil) then disable logging totally, otherwise, depended on other keys.
Spent few minutes debugging why I'm not getting coercion errors, while at the same time getting request logs and it turned out that defaults:
doesn't include enable.
Therefore, when and only when enable is false, then overwrite and disable everything.
The text was updated successfully, but these errors were encountered: