Commit d2daf998 authored by Antoine Catton's avatar Antoine Catton

Add error logging on wordpress in order to run diagnose.

parent 60f410dc
......@@ -21,7 +21,7 @@ location = ${buildout:parts-directory}/${:_buildout_section_name_}
[application-configuration]
location = wp-config.php
md5sum = 3859841a4ad6ed23744d6bc5a01321e0
md5sum = 8f6fcb5d413e44e0a8b495b3c3a355ee
[versions]
#slapos.cookbook = 0.12
......
......@@ -78,7 +78,10 @@ define('WPLANG', '');
* It is strongly recommended that plugin and theme developers use WP_DEBUG
* in their development environments.
*/
define('WP_DEBUG', false);
define('WP_DEBUG', true);
// For slapos to diagnose errors.
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
/* That's all, stop editing! Happy blogging. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment