Skip to content

Commit f2b5b42

Browse files
committed
Remove structured logging moved to the engine
1 parent c8e2b45 commit f2b5b42

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

app/controllers/concerns/authentication.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ def start_new_session_for(identity)
8181
end
8282

8383
def set_current_session(session)
84-
# TODO: Release structured logging or look for alternative
85-
logger.try :struct, " Authorized Identity##{session.identity.id}", authentication: { identity: { id: session.identity.id } }
8684
Current.session = session
8785
cookies.signed.permanent[:session_token] = { value: session.signed_id, httponly: true, same_site: :lax }
8886
end

0 commit comments

Comments
 (0)