All Versions
DSpace Documentation
...
[dspace]/log/dspace-cli.log-[date]) for logging the output/results of any scripts that are started from the command-line (e.g. via ./bin/dspace) now logs its output in a new "dspace-cli.log.[date]" file in the log directory. The "dspace.log.[date]" logs still exist, but they are now specific to the server webapp. See https://github.com/DSpace/DSpace/pull/9832. The DSpace backend web application still logs to dspace.log-[date] in the same directory. You may need to update any local/custom log management scripts to include this new log file....