Details
-
Type:
Improvement
-
Status: Development in progress
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 2.6, 2.8.1
-
Fix Version/s: BACKEND
-
Component/s: Libraries
-
Labels:
-
Affected Branches:MOODLE_26_STABLE, MOODLE_28_STABLE
-
Pull from Repository:
-
Pull Master Branch:MDL-41803-master
-
Pull Master Diff URL:
Description
It seems like I have to say to developers all the time to change their debugging() calls to use DEBUG_DEVELOPER. Almost all uses of it are only intended for development.
I propose we change the default to DEBUG_DEVELOPER. Obviously we'd audit core code of course to switch levels and upgrade.txt notice etc.