Make cache error log more readable
This commit is contained in:
parent
cb12ddaf97
commit
d0772cf6f5
1 changed files with 3 additions and 1 deletions
|
@ -104,7 +104,9 @@ defp maybe_require_signature(
|
||||||
:noop
|
:noop
|
||||||
|
|
||||||
any ->
|
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
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue