• Resolved Jose

    (@giuse)


    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 1 replies (of 1 total)
  • Plugin Author Vincenzo Casu

    (@vincent06)

    Great idea to set a maximum warning limit, I plan to implement it.

    On the constant, you’re right, it was a typo.
    Update immediately and thanks for reporting!

Viewing 1 replies (of 1 total)
  • The topic ‘Suggestion’ is closed to new replies.