catalyst / moodle-tool_abconfig

A way to A/B test config, or slowly turn on config for certain audiences or % of traffic
https://moodle.org/plugins/tool_abconfig
6 stars 4 forks source link

Add a specific experiment config for enabling debugging #59

Open dmitriim opened 1 year ago

dmitriim commented 1 year ago

Currently to enable debugging we need ["CFG,debug,32767","CFG,debugdisplay,1","CFG,debugdeveloper,1"]

Would be nice to combine that in one simple experiment config e.g. DEBUG,1

Alternatively at least docs need to be updated explaining how to enable debugging.

This came out of https://github.com/catalyst/moodle-tool_abconfig/issues/58