Make cache error log more readable

This commit is contained in:
parent cb12ddaf97
commit d0772cf6f5

View file

@ -104,7 +104,9 @@ defp maybe_require_signature(
:noop
any ->
Logger.warn("expected request signature cache to run, got #{any}")
Logger.warn(
"expected request signature cache to return a boolean, instead got #{inspect(any)}"
)
end
end