NatLibFi / RecordManager

A metadata record management system written in PHP, intended to be used in conjunction with VuFind or another Solr-based discovery interface. Provides import, export, harvesting (OAI-PMH), normalization, deduplication and Solr index update functionality with support for multiple metadata formats. Also includes an OAI-PMH provider that can be used to access the data stored in RecordManager database. Functionality driven by simple command line programs for easy automation.
GNU General Public License v2.0
47 stars 31 forks source link

Add sourceId into SolrUpdater log file. #140

Closed LuomaJuha closed 1 year ago

EreMaijala commented 1 year ago

This could be misleading if someone uses e.g. --source=foo --single=foo.123. I've been thinking of adding a startup log message that would include all command line parameters. I think it should be possible to do in \RecordManager\Base\Command\AbstractBase::execute once for all. Would this cover the need here as well?

LuomaJuha commented 1 year ago

@EreMaijala That could be great

LuomaJuha commented 1 year ago

Closing as there is a better suggestion