Antecedentes del problema:
I am trying to manage my work environment because your deprecated notifications are significantly affecting the size of my debug.log file. I have enabled debugging with the following settings:
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', false);
After that, I navigated using a web browser, but I am still encountering issues with excessive notifications.
Síntomas:
The debug.log file is becoming quite large due numerous PHP Deprecated notifications.
Preguntas:
Could you please help me to minimize your deprecated notifications impact on my debug.log? (I just need to see mines)
Would it be possible for you to manage the deprecated notifications in your work environment so that they don't significantly affect mine?