• Resolved chevindu

    (@chevindu)


    Hello,

    I got a warning in my cPanel saying I’m reaching my storage limit. When I checked file sizes, saw that public_html/wp-content/wphb-logs/api-debug.log file is occupying 3.5 GB of space. Can I know why do I have to maintain such a huge log file?

    Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello there @chevindu

    There is no need to maintain this file unless you are actually debugging, so feel free to remove it.

    This is already reported to our developers who will include a better approach in the upcoming v.3.1.0., even though I cannot provide any ETA of the release.

    Meanwhile, you can disable the WP_DEBUG_LOG constant in the wp-config.php file like:
    define( 'WP_DEBUG_LOG', false );
    which should be enough for the logs to stop getting generated in the first place.

    Warm regards,
    Dimitris

Viewing 1 replies (of 1 total)
  • The topic ‘What does api-debug.log file in wphb-logs directory do?’ is closed to new replies.