Copy this code and paste it in your HTML
/* Enable debugging for a specific user. */
if( 'fatihturan' === DB_USER ){
define('WP_DEBUG', true);
// Turn debugging ON define('WP_DEBUG_DISPLAY', true);
// Turn forced display OFF define('WP_DEBUG_LOG', true);
// Turn logging to wp-content/debug.log ON }