correction to enabling debugging in config.php

This commit is contained in:
Carla Schroder
2016-03-18 15:11:26 -07:00
parent 1bacc03ab3
commit 3c1a9c82c0

View File

@@ -68,16 +68,9 @@ file, or to **Everything** on your ownCloud Admin page. Please see
:doc:`../configuration_server/logging_configuration` for more information on
these log levels.
Some logging - for example JavaScript console logging - needs manually editing
the configuration file. Edit :file:`config/config.php` and add
``define('DEBUG',
true);``::
<?php
define('DEBUG',true);
$CONFIG = array (
... configuration goes here ...
);
Some logging - for example JavaScript console logging - needs debugging
enabled. Edit :file:`config/config.php` and change ``'debug' => false,`` to
``'debug' => true,`` Be sure to change it back when you are finished.
For JavaScript issues you will also need to view the javascript console. All
major browsers have developer tools for viewing the console, and you