aboutsummaryrefslogtreecommitdiff
path: root/ci/config-templates/PageRouter-template.json
diff options
context:
space:
mode:
Diffstat (limited to 'ci/config-templates/PageRouter-template.json')
-rw-r--r--ci/config-templates/PageRouter-template.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config-templates/PageRouter-template.json b/ci/config-templates/PageRouter-template.json
index 86a51f8..7fe27c1 100644
--- a/ci/config-templates/PageRouter-template.json
+++ b/ci/config-templates/PageRouter-template.json
@@ -1,5 +1,5 @@
{
- "debug": ${DEBUG_PLUGINS},
+ "debug": ${DEBUG_PLUGINS:-false}, //Enables obnoxious debug logging
"store": {
//All builds require the routes.xml file in the config directory even after variable substitution
"route_file": "config/routes.xml"