From 3c1a9c82c00a8cff801fb0e07ce1db48c568d54e Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Fri, 18 Mar 2016 15:11:26 -0700 Subject: [PATCH] correction to enabling debugging in config.php --- admin_manual/issues/general_troubleshooting.rst | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/admin_manual/issues/general_troubleshooting.rst b/admin_manual/issues/general_troubleshooting.rst index 7d321c07e..866c9d143 100644 --- a/admin_manual/issues/general_troubleshooting.rst +++ b/admin_manual/issues/general_troubleshooting.rst @@ -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);``:: - - 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