cleaned up readme and notes
This commit is contained in:
@@ -68,9 +68,9 @@ fi
|
||||
echo -e ${YELLOW}configuring the error logs...${RESET}
|
||||
# Enable WP_DEBUG mode
|
||||
php wp-cli.phar config set WP_DEBUG true --raw --path=${WP_VOLUME_DIR}
|
||||
# Enable Debug logging to the /wp-content/debug.log file
|
||||
#php wp-cli.phar config set WP_DEBUG_LOG /var/log/tmp_errors.log --raw --path=${WP_VOLUME_DIR}
|
||||
php wp-cli.phar config set WP_DEBUG_LOG true --raw --path=${WP_VOLUME_DIR}
|
||||
# Enable Debug logging to a file (if set to true, this is the /wp-content/debug.log file)
|
||||
php wp-cli.phar config set WP_DEBUG_LOG '/var/log/tmp_errors.log' --path=${WP_VOLUME_DIR}
|
||||
#php wp-cli.phar config set WP_DEBUG_LOG true --raw --path=${WP_VOLUME_DIR}
|
||||
# Disable display of errors and warnings
|
||||
php wp-cli.phar config set WP_DEBUG_DISPLAY false --raw --path=${WP_VOLUME_DIR}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user