Enable Debug Mode in CAOS

CAOS offers a debug logging mode, which can be enabled by defining a “constant” in your wp-config.php file.

  1. Open your wp-config.php file.
  2. Right before the line that says “That's all, stop editing! Happy publishing.” add the following:

    define( 'CAOS_DEBUG_MODE', true );

  3. Now it should look like something like this:

Now CAOS’ debug logging mode is enabled. All debug information will be saved in a file, called caos-debug.log in the wp-content directory.

Shopping Cart
  • Your cart is empty.