github.com/cs3org/reva/v2@v2.27.7/changelog/1.13.0_2021-09-14/fix-revad-logging.md (about) 1 Bugfix: Do not truncate logs on restart 2 3 This change fixes the way log files were opened. 4 Before they were truncated and now the log file 5 will be open in append mode and created it if it 6 does not exist. 7 8 https://github.com/cs3org/reva/pull/2047