mirror of
https://github.com/nextcloud/server.git
synced 2026-06-11 01:30:50 -04:00
Update explanation of how to enable debug mode
This commit is contained in:
parent
c14464875f
commit
41c87531ff
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
/**
|
||||
* Disable console output unless DEBUG mode is enabled.
|
||||
* Add
|
||||
* define('DEBUG', true);
|
||||
* To the end of config/config.php to enable debug mode.
|
||||
* 'debug' => true,
|
||||
* To the definition of $CONFIG in config/config.php to enable debug mode.
|
||||
* The undefined checks fix the broken ie8 console
|
||||
*/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue