lscache_wp icon indicating copy to clipboard operation
lscache_wp copied to clipboard

WP_DEBUG_LOG not used properly

Open Ryvix opened this issue 4 years ago • 1 comments

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.

Ryvix avatar Jun 20 '20 21:06 Ryvix

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 ?

hi-hai avatar Jun 22 '20 11:06 hi-hai