1. Home
  2. Changelog

Feature Release: PHP Log Filtering

We’ve made it easier to troubleshoot site errors by adding a real-time filter to your PHP logs. Instead of scrolling through hundreds of lines, you can now instantly narrow your view by typing a keyword or plugin name – and as you click ‘Load More’ to fetch older entries, the filter will automatically update to include only those additional logs in your results.

Updates & Navigation

  • New Filter Input: A “Filter loaded logs…” text box is now available next to the severity dropdown on the PHP logs tab.
  • Refined Matching: The filter searches through log messages and file names. It is case-insensitive and updates as you type.
  • Consistent Behavior: The filter remains active when you click “Load More” to fetch more logs. It will reset if you change the severity level or refresh the list to ensure you are viewing a fresh set of data.
  • Improved Visibility: We’ve added a “No matching log entries” notification to clarify when your filter has hidden all loaded logs, distinguishing it from an empty server response.

How to Get Started 

Log in to MyPressable and access the Logs → PHP tab for any site. Use the new input field to type keywords like “plugins” or “critical” to instantly narrow your results.

Note: This filter searches the log entries currently visible on your page. If you need to search further, simply click the “Load More” button to pull in more logs, and the filter will automatically check those too.

For more information on using logs to manage your site, please visit our Knowledge Base.