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.