Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Migration from Yarn to NPM. The DSpace User Interface MUST now be built using "npm" commands instead of "yarn". See https://github.com/DSpace/dspace-angular/pull/3173 and https://github.com/DSpace/dspace-angular/blob/main/README.md
  • New DSpace has a new, separate command-line (CLI) log files.  Any command that is executed via log file ([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.
    • This change was necessary to fix a major bug where the backend webapp would sometimes stop logging if a "logrotate" was triggered. See #9832 

Major Updates and Improvements

...