diff --git a/backend/src/app/media.clj b/backend/src/app/media.clj index 9964c2824..9fb6515a1 100644 --- a/backend/src/app/media.clj +++ b/backend/src/app/media.clj @@ -9,6 +9,7 @@ (:require [app.common.data :as d] [app.common.exceptions :as ex] + [app.common.logging :as l] [app.common.media :as cm] [app.common.schema :as sm] [app.common.schema.generators :as sg] @@ -226,6 +227,7 @@ (defmethod process-error org.im4java.core.InfoException [error] + (l/error :hint "unexpected error on processing image" :cause error) (ex/raise :type :validation :code :invalid-image :hint "invalid image"