Skip to content

Standardize worker logs

Vibhuti Sharma [Microsoft] requested to merge users/Vibhuti/LogWorker into master

Aim Enable worker services to follow a common logging format.

Implementation

  • Added an Abstract class for MessageHandler class that is defined in worker services like WKS and Indexer Queue, to follow a common start and end worker log template.
  • Added WorkerPayload class in logging module, along with logWorker method in CoreLogger

Related MRs

Edited by Vibhuti Sharma [Microsoft]

Merge request reports