Reduce log level for profile picture download error

Because it is not blocking operation and does not provents user
to proceed.
This commit is contained in:
Andrey Antukh 2025-12-12 08:15:54 +01:00
parent 50dbe6ab12
commit 974495e08f

View File

@ -307,7 +307,8 @@
:content-type (:mtype input)})] :content-type (:mtype input)})]
(:id sobject)) (:id sobject))
(catch Throwable cause (catch Throwable cause
(l/err :hint "unable to import profile picture" (l/wrn :hint "unable to import profile picture"
:uri uri
:cause cause) :cause cause)
nil))) nil)))