summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole/rest/index.php
diff options
context:
space:
mode:
authorramon <ramongomez@us.es>2017-10-17 12:30:41 +0000
committerramon <ramongomez@us.es>2017-10-17 12:30:41 +0000
commit13dc95973129473d1fe45ac7b024619cd7156b97 (patch)
tree9e3057fd93e6e11967afd45556d3a09c3c94a2b0 /admin/WebConsole/rest/index.php
parenta06dbacd08a0c9dbd98b3110a728f7b1e24b07f7 (diff)
#708: AƱadir mensajes de log al inicio/fin de cada ruta REST.
git-svn-id: https://opengnsys.es/svn/branches/version1.1@5467 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/rest/index.php')
-rw-r--r--admin/WebConsole/rest/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/WebConsole/rest/index.php b/admin/WebConsole/rest/index.php
index 32aff3d3..46957ab6 100644
--- a/admin/WebConsole/rest/index.php
+++ b/admin/WebConsole/rest/index.php
@@ -37,7 +37,7 @@ $app = new \Slim\Slim(array(
'mode' => 'development',
'log.enabled' => true,
'log.level' => \Slim\Log::ERROR,
- 'debug' => false));
+ 'debug' => true));
$app->setName('opengnsys');
// Global variables.