Change Debug Log Location

描述

Normally, if the debug is active, the file debug.log is included in the folder wp-content, and everybody can read it at https://your-domain.com/wp-content/debug.log/.

Activating Change Debug Log Location you will find the debug.log file in the main directory, but it will have a name that looks like debug-6583fb9c.log.

So only those who know the name will be able to find it.

Deactivating the plugin it will not delete the debug file, because we don’t want you lose any information, of course you can delete it manually via FTP.

Moreover, after deactivating the plugin the debug will be disabled. If you need it, you should enable it again in wp-config.php.

Of course, if the debug is disabled because you don’t need it (the default of WordPress), you also don’t need this plugin. This plugin is only for those who need to read the debug.log file, but they don’t want everybody can read it.

Help

If you need help open a thread on the support forum of this plugin.
Please, before posting enable the debugging in wp-config.php. Need a step-by-step guide? Read this detailed tutorial on how to enable debugging in WordPress to learn more.

安裝

  1. Upload the entire change-debug-log-location folder to the /wp-content/plugins/ directory or install it using the usual installation button in the Plugins administration page.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. After successful activation the debug log file will be in the main directory with a new title and the debug will be active.
  4. All done. Good job!

評價

There are no reviews for this plugin.

貢獻者及開發者

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

貢獻者

將 Change Debug Log Location 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.0.2

  • Checked WordPress 6.4

0.0.1

  • First release