No, it creates only one file. There is no log rotation involved.
But… Sometimes “but” can be a good thing 😉
WP uses error_log for its debug log, so you can change its location using:
ini_set( 'error_log', WP_CONTENT_DIR . '/debug-' . date('Y-m-d') . '.log' );
Related Posts:
- Preferred Method of debugging a wordpress SQL calls?
- Same log message keeps on printing to debug.log file thousand of times
- Chrome net::ERR_INCOMPLETE_CHUNKED_ENCODING error
- How to fix the admin menu margin-top bug in WordPress 5.5?
- error_log() output for print_r() appearing on page
- cURL 28 error after switch from to brew php 7.2 on localhost
- How to run multiple Async HTTP requests in WordPress?
- WP CLI info showing correct PHP binary but wrong version of PHP
- Debugging an error: wp_enqueue_style was called incorrectly
- 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
- Using FirePHP with WordPress
- Debugging PHP object during Ajax call in WordPress
- “Notice: Undefined variable: content” is showing [closed]
- apache cpu over 70% on localhost
- Is it possible to move wordpress out of webroot?
- login wp impossible
- wp-admin/index.php gives a “500 Internal Server Error [closed]
- 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
- Memory errors with media upload, WordPress can’t use more than 96M (while there’s 512 available!)
- Evaluations of two wordpress security plans against php code injection attack
- WordPress (3.9.1) MultiSite Permissions. Is chown the answer?
- Huge debug.log because of “undefined offset in media.php”
- Is XAMPP faster than running LAMP in WSL on Windows 10? [closed]
- Apache /Ubuntu server not running WordPress installation, outputting PHP code like HTML
- How to find error in my code when the error message is pointing to WP core file?
- Apache Fallback instead of add_rewrite_rule
- WordPress: get recent posts, delete the current category
- PHP Warning: chmod(): Operation not permitted in class-wp-filesystem-direct.php on line 173
- Mute Debug Messages from Plugins
- XAMPP-VM Mac OS Mojave wordpress debugging using XDebug
- WordPress admin dashboard missing icons
- WordPress returning 404 for multisite pages
- How to debug my custom login form looping intermittently
- how to combine wordpress htaccess on my root domain + php on subfolder
- How to disable server signature on wordpress? [closed]
- Posting and image insertion problems after EasyApache4 and PHP 7 upgrade
- “Undefined index” error when saving empty array with checkboxes
- I restricted wordpress by logged users. It’s possible exclude a page?
- Call to undefined function mysql_connect() After upgrading PHP 7.1 to 7.3
- Site throws 500 error after upgrading from PHP 5.6 to 7.X
- How does WP work in conjunction with a web server?
- How to display SQL query that ran in WC_Order_Query?
- Permalinks are not working in WordPress in digitalocean
- How can I find the cause of a 500 server error?
- Hooks for post saving make a post-new.php to load latest post’s data
- add button to specific post
- Apache HTTP Server stops working for only a certain local website
- Publish button now showing content after saving
- Problem with data collection in tables
- 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
- How to identify which php file a plugin is using on page load?
- How to edit content in WordPress and the Polylang – plugin? – with demosite
- Upgrade to PHP7.3 and Changing Apache from Prefork to Event Breaks WordPress
- Windows Setup: Error establishing a database connection
- Huge time to first byte on live site
- Notice : Array to string conversion on array_intersect user meta
- WAMP SERVER Command Prompt SET PATH=%PATH%
- Notice: Undefined index: post_title error
- How to send logs to plugin owner for a plugin?
- (Xdebug Profiler) Why are there two cachegrind files generated for one page?
- 403 Forbidden Localhost Wamp Apache Php
- Strange special character/Latin characters
- 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
- Rewrite /keyword1+keyword2.html to search page | .htaccess
- How to find the function which is outputting Array
- Not logged in when using http
- Accessing Variables Used In a Plugin Using PHPStorm + XDebug
- Admin-area broken through weird issues
- Blog only showing code
- WordPress won’t display errors at all
- Warning: Cannot modify header information (with a twist)
- WordPress Memory limit not increasing
- Having an HTTP error 500 after migrating a website
- How to quickly/easily make an analysis (reverse engineering) of WordPress?
- session_start(): Cannot find save handler ‘mm’ – session startup failed in /sites
- which php or css file has generated an inline style in WordPress that overwrites my css
- how to put shortcode to the top of the page – theme 2014
- How to avoid timeout waiting for output from CGI script?
- WordPress White Screen Error
- How can I prevent wordpress from sending emails
- True or False: Is an Apache error or PHP error the same as a WordPress error?
- Internal server error when enabling Multisite in WordPress
- Restricting access to a file for everyone except logged in users
- User registration followed by automatic login
- wp_insert_user role not working
- Permanently remove first image from posts
- Does WordPress need the eval function?
- preg_replace on all HTML content in WordPress
- Post class only applying to first excerpt; why?
- WordPress ajax filter returning all posts when it should be filtering by category
- WooCommerce Quantity in Dropdown menu instead of clasic [closed]
- New to wordpress. Need Help with templates [closed]