-
Improvement
-
Resolution: Fixed
-
Minor
-
3.11.1
-
MOODLE_311_STABLE
-
MOODLE_500_STABLE
-
MDL-72077-ro-debug -
-
Under normal condition the dml layer should never emit any debugging, but if there are any issues with the switching of database connections to the replica then currently these are silent failures. We want to gracefully fall back to the primary connection and be silent to the end user but we still need to emit debugging so site admins have visibility of the problem.
This patch add some debugging() to track success of readonly connections.