• I have a problem on my website, debug.log file created by a plugin getting huge after a while, today I had to removed as it ate all my disk space, was about 150gb big, how can I deactivate this feature, so the file is not created in the future? I am using a premium plugin. Thanks!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Danish Ali Malik

    (@danish-ali)

    Hi @sibivfl

    I hope you are doing well. Thanks for bringing it into my intentions, I will definitely work on it but for now you can disable the debug log by adding the following code in your wp-config.php file.

    define( 'WP_DEBUG', false );
    
    // Disable Debug logging to the /wp-content/debug.log file
    define( 'WP_DEBUG_LOG', false );
    
    // Disable display of errors and warnings
    define( 'WP_DEBUG_DISPLAY', false );
    @ini_set( 'display_errors', 0 );
    
    // Use dev versions of core JS and CSS files (only needed if you are modifying these core files)
    define( 'SCRIPT_DEBUG', false );
    Thread Starter sibivfl

    (@sibivfl)

    thanks

    Thread Starter sibivfl

    (@sibivfl)

    Hi, this code didn’t fix the issue. File is growing, 10 GB per day…

    Thread Starter sibivfl

    (@sibivfl)

    Hey, the file still growing, it has almost 80GB after few days, please help!!

    Thread Starter sibivfl

    (@sibivfl)

    Disk full, out of space after less than 2 weeks, @danish-ali can u sort this out for me????? your code didn’t work

    Even with premium version the author does not answer?

    This plugin is full of errors reported for over two years: .fpm/php5.external”, increase FCGI_SERVER_MAX_STDERR_LINE_LEN

    renting-links/frontend/frontend.php on line 445PHP message: PHP Warning: Undefined variable $fl_minimized_class

    More than 200 errors in 2 minutes, it turns in loop, it is necessary to deactivate urgently.

    Thread Starter sibivfl

    (@sibivfl)

    I have removed this plugin as well, paid for the premium, and didn’t get help, it was wasted money!! BEWARE!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Heavy debug.log file issue, how to deactivate it?’ is closed to new replies.