I know it was mentioned in the comments that you solved this by locating the offending plugin. However, I thought the following answer may be helpful for others if they happen along this in a search.
Here’s a little code snippet that can be used to save the debug log file by date:
ini_set( 'error_log', WP_CONTENT_DIR . '/debug-' . date('Y-m-d') . '.log' );
Using this method, you can prevent the file from just growing (it will set a new one each day).
Obviously, you want to track down the real problem so the debug log doesn’t grow infinitely. But using something like this can buy some time to help during the process.
Related Posts:
- How to fix the admin menu margin-top bug in WordPress 5.5?
- error_log() output for print_r() appearing on page
- What is in media-template.php, and how does it work?
- Does the debug.log do log rotation?
- Debugging an error: wp_enqueue_style was called incorrectly
- Change Password Hint
- Best way to extends core classes in theme?
- Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file
- Utilize WP-CLI from inside WordPress, not SSH
- error_log is not working as expected in functions.php file
- Question about the template-loader.php file
- Using FirePHP with WordPress
- How does WP detect format type (and can I make use of this)?
- Debugging PHP object during Ajax call in WordPress
- “Notice: Undefined variable: content” is showing [closed]
- How to start a script from cli within wordpress
- mysqli_real_connect() – authentication method unknown to the client Warnings
- How to debug php code in hostgator cPanel
- how to trace notice warning on core function is_page() & is_singular in class-wp-query.php
- Remove annoying WP Adminbar CSS
- How do I implement a .diff changeset from core.trac.wordpress.org locally?
- Preferred Method of debugging a wordpress SQL calls?
- Same log message keeps on printing to debug.log file thousand of times
- How to find error in my code when the error message is pointing to WP core file?
- Mute Debug Messages from Plugins
- XAMPP-VM Mac OS Mojave wordpress debugging using XDebug
- How to debug my custom login form looping intermittently
- Are all hooks/functions tied to Kses meant for sanitization?
- “Undefined index” error when saving empty array with checkboxes
- Site throws 500 error after upgrading from PHP 5.6 to 7.X
- Location of core code for database connection and get_header
- How to display SQL query that ran in WC_Order_Query?
- How can I find the cause of a 500 server error?
- Admin submenu issue with PHP not detecting two strings as equal
- Hooks for post saving make a post-new.php to load latest post’s data
- add button to specific post
- Usage of var keyword in the core
- Publish button now showing content after saving
- Use wp_head hook on template page
- var_dump() and print_r() display null in php
- File is executed twice if plugin is activating
- Fatal error: wp-settings.php on line 199
- How to display only specific Error types in debug.log? No notices, warnings, etc
- Load WordPress core but with specific plugins
- How to identify which php file a plugin is using on page load?
- Notice : Array to string conversion on array_intersect user meta
- Custom WordPress Core upgrade through wp-cli
- Notice: Undefined index: post_title error
- (Xdebug Profiler) Why are there two cachegrind files generated for one page?
- Stripe button is not working in a template page
- I’m writing my first plugin and my echo output is showing up on every page of my wordpress installation
- How to find the function which is outputting Array
- Accessing Variables Used In a Plugin Using PHPStorm + XDebug
- WordPress won’t display errors at all
- Warning: Cannot modify header information (with a twist)
- How to quickly/easily make an analysis (reverse engineering) of WordPress?
- which php or css file has generated an inline style in WordPress that overwrites my css
- WordPress White Screen Error
- How can precision be improved for the debug log timestamp?
- Internal server error when enabling Multisite in WordPress
- change div text and link for logged in users
- Upgrading PHP version results in “Use of undefined constant WP_CONTENT_DIR” warning?
- How to add 2 posts under another post? Formatting should be intact
- Can’t Find a Way to Edit the Home Page Content [closed]
- Fatal error: Call to undefined function wpsc_cart_item_count()
- No wp-config.php file on local install of wordpress – site still displays
- Woocommerce Custom CSV export
- Add a Different CSS Class Into The Body Tag of Different WP Pages
- How to limit the content coming from wordpress shortcodes?
- Asking popup for delete post in WordPress [closed]
- Change description on specific WooCommerce product status change
- get current product name in functions.php
- Embed html in php code
- Get Post Meta from ID in functions.php
- How can I dynamically update the class in my shortcode?
- Concatenate output of php function into string
- Why File_exists returns true with or without ABSPATH?
- WordPress automatically adds links to uploaded images
- Pull GetOption() variable into jQuery dynamically created html
- Shortcode not staying inside div tag
- HTML showing after PHP code in tag
- Adding Author Box Meta Links with Co-Authors
- Can’t pass the variable from a select to PHP query
- Unexpected token ILLEGAL, even on clean install – jquery-issue?
- “if parent category is” conditional?
- Add other class content with reference class value
- Programmatically add a product to the cart and set price to zero when buying from certain category
- I want to show cart items number if any or nothing, simple CART text
- Find and print first entry from WordPress post in custom excerpt?
- Language does not switch while cache is enabled
- Set user status to absent on WordPress
- Switch position of elements in the footer [closed]
- Problem with ajax request and directory structure after site migration
- Access methods in plugin template
- WordPress HTML Helper
- Adding unique marketing messages between certain products whilst using isotope/Infinite Scroll
- Amending PHP for WordPress Theme
- get_permalink returning first letter
- WordPress online courses system
- Displaying generated HTML within a WordPress site