github.com/cs3org/reva/v2@v2.27.7/changelog/2.20.0_2024-06-19/align-logs.md (about) 1 Bugfix: consistently use spaceid and nodeid in logs 2 3 Sometimes we tried to log a node which led to a JSON recursion error because it contains a reference to the space root, which references itself. We now always log `spaceid` and `nodeid`. 4 5 https://github.com/cs3org/reva/pull/4623