Skip to content

gitserver: fix usage of loggers in cleanup

Administrator requested to merge fix-gitstart-cleanup into main

Created by: bobheadxi

Follow-ups to https://github.com/sourcegraph/sourcegraph/pull/36005 due to missed review comments

  • Set a scoped logger for cleanup , which I renamed to cleanup.setRepoSizes (cc @sashaostrikov )
  • Do not use logger.With when logging fields for a single log entry (cc @gitstart-sourcegraph )
  • Duplicated logger in gitserver

Test plan

sg start

Merge request reports

Loading