Fix: log identity ids

This commit is contained in:
Jorge Manrubia
2025-12-02 15:27:15 +01:00
parent b3611363a9
commit a204b188b0
+1 -1
View File
@@ -28,7 +28,7 @@ module Fizzy
ActiveSupport.on_load(:action_controller_base) do
before_action do
if Current.identity.present?
logger.struct(" Authorized Identity##{Current.identity.id}", authentication: { identity: { id: Current.identity.id } })
logger.struct(authentication: { identity: { id: Current.identity.id } })
end
if Current.account.present?