mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-13 03:01:12 +00:00
log ostatus handling errors.
This commit is contained in:
parent
2b21c05105
commit
cd6cba2f67
|
@ -56,6 +56,7 @@ defmodule Pleroma.Web.OStatus do
|
||||||
rescue
|
rescue
|
||||||
e ->
|
e ->
|
||||||
Logger.error("Error occured while handling activity")
|
Logger.error("Error occured while handling activity")
|
||||||
|
Logger.error(xml_string)
|
||||||
Logger.error(inspect(e))
|
Logger.error(inspect(e))
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue