More logging for signature problems.

This commit is contained in:
lain 2018-02-24 17:36:26 +01:00
commit ac67453e8a
2 changed files with 5 additions and 1 deletions

View file

@ -20,6 +20,7 @@ defmodule Pleroma.Web.Plugs.HTTPSignaturePlug do
assign(conn, :valid_signature, HTTPSignatures.validate_conn(conn))
else
Logger.debug("No signature header!")
conn
end
end