searcher: use log instead of log15 for Store
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/...