[CST-6265] Curation task results are not included in the output file or process output

This commit is contained in:
eskander
2022-09-02 15:14:00 +02:00
parent c7692d5517
commit 3884007521
2 changed files with 36 additions and 4 deletions

View File

@@ -190,6 +190,7 @@ public class Curation extends DSpaceRunnable<CurationScriptConfiguration> {
*/
private Curator initCurator() throws FileNotFoundException {
Curator curator = new Curator();
curator.setLogHandler(handler);
OutputStream reporterStream;
if (null == this.reporter) {
reporterStream = new NullOutputStream();