Open Daniel-Mietchen opened 11 years ago
It would be good to have an option for the import scripts that would write not just to stdout but also into a log file (one each for doi and pmcid import).
That is generally useful for routine operation and could also help generate some stats (perhaps also on a routine basis), as per https://github.com/erlehmann/open-access-media-importer/issues/97 .
Would it be sufficient to just use the tee command on the output given by the commands? http://en.wikipedia.org/wiki/Tee_(command)
I think so.
It would be good to have an option for the import scripts that would write not just to stdout but also into a log file (one each for doi and pmcid import).
That is generally useful for routine operation and could also help generate some stats (perhaps also on a routine basis), as per https://github.com/erlehmann/open-access-media-importer/issues/97 .