define( 'WP_DEBUG', true ); define( 'WP_DEBUG_LOG', true ); define( 'WP_DEBUG_DISPLAY', false );It creates and updates debug.log file in the wp-content folder.
Debbuging WordPress
Add following rows to wp-config.php file: