Skip to content

Added additional logs for group_sync_worker

Smriti Garg requested to merge additional_logs_to_worker into master

What does this MR do and why?

For debugging of issue https://gitlab.com/gitlab-com/sec-sub-department/section-sec-request-for-help/-/issues/224 This MR adds some additional logs to find the root cause of the issue. Since there are two problems

  • SamlMicrosoftGroupSyncWorker is not getting executed
  • Even if the worker is executed manually the groups are not getting synced for a particular user

these logs will be removed once debugging is complete

I tested and the logs generated can be viewed in log/application_json.log file

Edited by Smriti Garg

Merge request reports