lscache_wp
lscache_wp copied to clipboard
WP_DEBUG_LOG not used properly
WP_DEBUG_LOG can be given a path to where the debug.log file can be stored but in a couple places in this plugin it doesn't respect that setting and puts it in the default location in the wp-content folder.
Thanks for the feedback, will honor WP_DEBUG_LOG
in next release.
Per https://wordpress.org/support/article/debugging-in-wordpress/#wp_debug_log, that constant could be bool true too. How do you think for this case? Maybe we only use it when detected WP_DEBUG_LOG
is defined and end w/ .log
?