WC_LOG_HANDLER Database View limit
-
Hi,
I’m in the middle of writing a new plugin and making use of the WC_LOGGER for debugging. I’ve set it to WC_Log_Handler_DB instead of using files and it appears really good.
define( 'WC_LOG_HANDLER', 'WC_Log_Handler_DB' );I’ve read through the documentation and figured out I can turn off debug notices by setting the WC_LOG_THRESHOLD eg:
define( 'WC_LOG_THRESHOLD', 'info' );But for the life of me I can’t find a way to increase the limit of only 10 rows.
In file view it returns everything but it’s hard to narrow down. Database mode is great for filtering and searching, but because I’m debugging my plugin as I’m writing it I really need to see more than 10 rows at a time.I thought it may be linked to number of posts, pages, products or something, but they’re all set at 20.
Anyone have any ideas how to increase it?
Thanks,
The page I need help with: [log in to see the link]
The topic ‘WC_LOG_HANDLER Database View limit’ is closed to new replies.