Commit 154ae20e37a75c65041e6f08eb036af7265685e7

Authored by Victor Costa
1 parent 0e985094
Exists in master

serpro_integration: log error when adding member

lib/serpro_integration_plugin/gitlab_integration.rb
... ... @@ -46,6 +46,7 @@ class SerproIntegrationPlugin::GitlabIntegration
46 46 @client.add_group_member(group.id, user.id, 40)
47 47 rescue Gitlab::Error::Conflict => e
48 48 #already member
  49 + Rails.logger.info e.to_s
49 50 end
50 51 user
51 52 end
... ...