BoldGrid / w3-total-cache

GNU General Public License v2.0
153 stars 86 forks source link

Only create logs if debug is enabled #990

Closed cssjoe closed 2 weeks ago

cssjoe commented 2 weeks ago

Minify and other engines create log files when debugging is not enabled. For example, in "wp-content/cache/log/000000/". Add conditions to check if debug is enabled. before writing to log files.