We have seen a lot of log lines like:
[Tue Oct 15 10:46:30.098192 2024] [proxy_fcgi:error] [pid 907922:tid 139823085172288] [remote XX.XX.XX.XX.YYYYY] AH01071: Got error 'PHP message: What is context locking: 1', referer: https://our-moodle/my/courses.php
This is because of a error_log() that is writing the state of $CFG->contextlocking. I guess this is a left over from some debugging and therefore think it can be removed.
We have seen a lot of log lines like: [Tue Oct 15 10:46:30.098192 2024] [proxy_fcgi:error] [pid 907922:tid 139823085172288] [remote XX.XX.XX.XX.YYYYY] AH01071: Got error 'PHP message: What is context locking: 1', referer: https://our-moodle/my/courses.php
This is because of a error_log() that is writing the state of $CFG->contextlocking. I guess this is a left over from some debugging and therefore think it can be removed.