Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/aslo/config-local.php
diff options
context:
space:
mode:
Diffstat (limited to 'aslo/config-local.php')
-rw-r--r--aslo/config-local.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/aslo/config-local.php b/aslo/config-local.php
index dbf5d80..c67035c 100644
--- a/aslo/config-local.php
+++ b/aslo/config-local.php
@@ -1,5 +1,6 @@
<?php
define('DEBUG', 1);
define('DEV', true);
+define('LOG_ERROR', 10);
define('QUERY_CACHE', false);
?>