mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
Improve output of SSO verbose logging.
This commit is contained in:
parent
f4418ae884
commit
bbb30bedf3
@ -144,7 +144,7 @@ class DiscourseSingleSignOn < SingleSignOn
|
|||||||
user = User.create!(user_params)
|
user = User.create!(user_params)
|
||||||
|
|
||||||
if SiteSetting.verbose_sso_logging
|
if SiteSetting.verbose_sso_logging
|
||||||
Rails.logger.warn("Verbose SSO log: New User (user_id: #{user.id}) Created with #{user_params}")
|
Rails.logger.warn("Verbose SSO log: New User (user_id: #{user.id}) Created with #{user_params} Email: #{user.primary_email.attributes}")
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user