Logging: fix panic from unset logger in CommitSearcher
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: camdencheek
Looks like a logger was added to CommitSearcher
in https://github.com/sourcegraph/sourcegraph/pull/36005, but was never set.
This is causing panics whenever it would be used.
Didn't test, just added the field.
Push commits to the source branch or add previously merged commits to review them.