[SG-35514] logging(gitstart): migrate gitserver logging
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: gitstart-sourcegraph
The main existing logger usage to replace are calls to log15.
All ~125 occurrences of log15 calls in files that appear related to gitserver are replaced with logging calls to an appropriately scoped log.Logger instance, e.g. ones held by the parent struct:
Green CI builds.
Push commits to the source branch or add previously merged commits to review them.