Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Suggestion

$
0
0

Replies: 1

Hello,

kudos to this amazing plugin. I love the ability to have all the PHP warnings in the backend.

Would it be possible to set the maximum number of warnings?
I mean having a limit, and when the number of warnings exceeds that limit the plugin deletes the old warnings.

If you enable the debug and have some warnings that are triggered at every page load, the list of warnings may become bigger and bigger. Having a limit would prevent this issue.

As a side note, I have seen in the FAQ that you wrote

define( ‘WP_DEBUG’, true );
define( ‘WP_DEBUG_LOG’, true );
define( ‘WP_DEBUG_LOG_DISPLAY’, false );

I suppose you mean

define( ‘WP_DEBUG_DISPLAY’, false );

Thank you again for this amazing plugin! Great job!


Viewing all articles
Browse latest Browse all 59525

Trending Articles