Wordpress 啓用日誌

配置wp-config.php
php

define( 'WP_DEBUG', true );// just toggle this line to false to turn off
if ( WP_DEBUG ) {
    define( 'WP_DEBUG_LOG', true );
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
}

查看日誌
html

/usr/local/nginx-1.16.10/html/wordpress/wp-content
cat debug.log
相關文章
相關標籤/搜索