Skip to content

searcher: use log instead of log15 for Store

Administrator requested to merge k/20220509-searcher-log into main

Created by: keegancsmith

Small change helping us unify towards lib/log. We also make it so that Log is a required field.

Only thing I am uncertain about in this PR is Service using the logger from the Store instead of passing a logger to both Store and the Service struct.

Test Plan: go test ./cmd/searcher/...

Merge request reports

Loading