這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

LH Clear Debug Log by Cron

描述

The best way of debugging in wordpress s to use the debug.log. But if you leave debug running for long periods that log can grow MASSIVELY. This can slow your site down.

This plugin uses the wordpress cron jobs to empty the debug log once it grows beyond a certain size.

NOTE this plugin relies on wordpress cron. If that is not working this plugin will not work. But then you will also have bigger problems!

Like this plugin? Please consider leaving a 5-star review.

Love this plugin or want to help the LocalHero Project? Please consider making a donation.

安裝

Install using WordPress:

  1. Log in and go to Plugins and click on Add New.
  2. Search for LH Clear Debug Log by Cron and hit the Install Now link in the results. WordPress will install it.
  3. From the Plugin Management page in WordPress, activate the LH Clear Debug Log by Cron plugin.
  4. That is it

常見問題

What is the size threshold at which the logs are cleared?

By default the threshold is 4194304 bytes , which is the equivalent of 4 MB. This thrshold can be changed by using filters.

What is that filter?

The filter is lh_del_dlog_cron_size_threshold . The only argument is the size threshold at which the debug log is deleted.

How do I check if cron is working?

This plugin will help you check: https://wordpress.org/plugins/wp-cron-status-checker/

What if something does not work?

LH Clear Debug Log by Cron, and all https://lhero.org plugins are made to WordPress standards. Therefore they should work with all well coded plugins and themes. However not all plugins and themes are well coded (and this includes many popular ones).

If something does not work properly, firstly deactivate ALL other plugins and switch to one of the themes that come with core, e.g. twentyfirteen, twentysixteen etc.

If the problem persists please leave a post in the support forum: https://wordpress.org/support/plugin/lh-clear-debug-log-by-cron/ . I look there regularly and resolve most queries.

What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: https://shawfactor.com/contact/

評價

There are no reviews for this plugin.

貢獻者及開發者

“LH Clear Debug Log by Cron” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 LH Clear Debug Log by Cron 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.00 May 09, 2021
Initial release.

1.01 June 19, 2022
Minor improvements