mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-12 20:43:18 +00:00
18 lines
950 B
INI
18 lines
950 B
INI
#---------------------------------------------------------------#
|
|
#------------SUBMISSION CURATION CONFIGURATIONS-----------------#
|
|
#---------------------------------------------------------------#
|
|
# This file contains configuration properties solely relating #
|
|
# to the scheduling of curation tasks during submission -- that #
|
|
# is: when tasks are attached to a workflow. #
|
|
#---------------------------------------------------------------#
|
|
# TODO: UNSUPPORTED in DSpace 7.0
|
|
# Scan for viruses
|
|
submission-curation.virus-scan = false
|
|
|
|
# Report serializer plugin, to capture submission task reports.
|
|
# Uncomment exactly one, or configure your own.
|
|
# FileReporter writes reports to ${report.dir}/curation-yyyyMMddThhmmssSSS.report
|
|
plugin.single.org.dspace.curate.Reporter = org.dspace.curate.FileReporter
|
|
# LogReporter writes report lines to the DSpace log.
|
|
#plugin.single.org.dspace.curate.Reporter = org.dspace.curate.LogReporter
|