github.com/cs3org/reva/v2@v2.27.7/changelog/2.0.0_2022-03-03/do-not-log-nodes.md (about) 1 Enhancement: do not log whole nodes 2 3 It turns out that logging whole node objects is very expensive and also 4 spams the logs quite a bit. Instead we just log the node ID now. 5 6 https://github.com/cs3org/reva/pull/2463