Title: Error Log Viewer by BestWebSoft
Author: bestwebsoft
Published: <strong>2015년 9월 8일</strong>
Last modified: 2025년 12월 3일

---

플러그인 검색

![](https://ps.w.org/error-log-viewer/assets/banner-772x250.jpg?rev=2274039)

![](https://ps.w.org/error-log-viewer/assets/icon-256x256.gif?rev=2621375)

# Error Log Viewer by BestWebSoft

 작성자: [bestwebsoft](https://profiles.wordpress.org/bestwebsoft/)

[다운로드](https://downloads.wordpress.org/plugin/error-log-viewer.1.1.8.zip)

 * [세부사항](https://ko.wordpress.org/plugins/error-log-viewer/#description)
 * [평가](https://ko.wordpress.org/plugins/error-log-viewer/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/error-log-viewer/#installation)
 * [개발](https://ko.wordpress.org/plugins/error-log-viewer/#developers)

 [지원](https://wordpress.org/support/plugin/error-log-viewer/)

## 설명

Simple utility plugin that helps to find and view log files with errors right from
your WordPress admin dashboard. Get access to all your log files from one place.
View the latest activity, select logs by date, or view a full log file. Get email
notifications about log changes.

Get access to your website logs and troubleshoot issues faster!

[View Demo](https://bestwebsoft.com/demo-error-log-viewer/?ref=readme)

#### 기능

 * Enable WordPress error logging with:
    - .htaccess
    - wp-config.php using `inl_set`
    - wp-config.php using `WP_DEBUG`
 * Search and view error logs:
    - PHP
    - WordPress
 * Configure email notifications about log changes:
    - Set the email
    - Change frequency
 * Configure log monitor settings:
    - Choose the log to be displayed
    - Choose what to show in the log:
       * Certain last lines in the file
       * Log for a certain period of time
       * Full file
 * View or save the part of PHP error logs as TXT file
 * Compatible with latest WordPress version
 * Incredibly simple settings for fast setup without modifying code
 * Detailed step-by-step documentation and videos

If you have a feature suggestion or idea you’d like to see in the plugin, we’d love
to hear about it! [Suggest a Feature](https://support.bestwebsoft.com/hc/en-us/requests/new)

#### Documentation & Videos

 * [[Doc] User Guide](https://bestwebsoft.com/documentation/error-log-viewer/error-log-viewer-user-guide/)
 * [[Doc] Installation](https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/)

#### Help & Support

Visit our Help Center if you have any questions, our friendly Support Team is happy
to help – [https://support.bestwebsoft.com/](https://support.bestwebsoft.com/)

#### Affiliate Program

Earn 20% commission by selling the premium WordPress plugins and themes by BestWebSoft—
https://bestwebsoft.com/affiliate/

#### 번역

 * Russian (ru_RU)
 * Ukrainian (uk)

Some of these translations are not complete. We are constantly adding new features
which should be translated. If you would like to create your own language pack or
update the existing one, you can send [the text of PO and MO files](https://codex.wordpress.org/Translating_WordPress)
to [BestWebSoft](https://support.bestwebsoft.com/hc/en-us/requests/new) and we’ll
add it to the plugin. You can download the latest version of the program for work
with PO and MO [files Poedit](https://www.poedit.net/download.php).

#### Recommended Plugins

 * [Updater](https://bestwebsoft.com/products/wordpress/plugins/updater/?k=e2d89a7eca0a903ab58d99e7ffa3b510)–
   Automatically check and update WordPress website core with all installed plugins
   and themes to the latest versions.

#### Credits

 * This plugin incorporates a license verification mechanism to ensure the authenticity
   of your license key and provide access to premium features and updates. The verification
   process involves connecting securely to our external service hosted at BestWebSoft
   website [https://bestwebsoft.com](https://bestwebsoft.com). Privacy Policy [https://bestwebsoft.com/privacy-policy/](https://bestwebsoft.com/privacy-policy/).
   End user license agreement [https://bestwebsoft.com/end-user-license-agreement/](https://bestwebsoft.com/end-user-license-agreement/).

## 스크린샷

[⌊Settings page for create log file.⌉⌊Settings page for create log file.⌉[

Settings page for create log file.

[⌊Settings page for selecting viewed file.⌉⌊Settings page for selecting viewed file
.⌉[

Settings page for selecting viewed file.

[⌊Settings page for sending e-mail.⌉⌊Settings page for sending e-mail.⌉[

Settings page for sending e-mail.

[⌊PHP error log monitor.⌉⌊PHP error log monitor.⌉[

PHP error log monitor.

[⌊WP error log monitor.⌉⌊WP error log monitor.⌉[

WP error log monitor.

## 설치

 1. Upload the `error-log-viewer` folder to `/wp-content/plugins/` directory.
 2. Activate the plugin via the ‘Plugins’ menu in WordPress.
 3. Plugin settings are located in “Error Log Viewer”.

[View a Step-by-step Instruction on Error Log Viewer Installation](https://bestwebsoft.com/documentation/how-to-install-a-wordpress-product/how-to-install-a-wordpress-plugin/).

## FAQ

### I can’t view, download or clear the log file.

Probably there is a problem with access to files and folders. For more information,
please go to [Changing File Permissions](https://codex.wordpress.org/Changing_File_Permissions).

### What is the difference between three methods of a log file creating, which are offered by the plugin?

All methods are equivalent, so when you turn on them all only one of them will work.

There may be unwanted conflicts.

1) Error logging via ‘.htaccess’ using ‘ini_set’

This method is suitable if you have an access to the file “.htaccess” to edit it.

Also, this method allows you to create a log file, its name, change the absolute
path to it. ‘php_flag’ and ‘php_value’ change the value of Apache directives by 
changing the server configuration. The plugin uses this method only to enable PHP
errors logging and specifying the path to the log files. Other configuration settings
you can change by yourself. For more information, please visit [How to change configuration settings](http://php.net/manual/en/configuration.changes.php)
and [Directives list php.ini](http://php.net/manual/en/ini.list.php).

2) Error logging via ‘wp-config.php’ using ‘ini_set’

If you don’t have an access to “.htaccess”, you can use file “wp-config.php” to 
change server configuration settings using the ‘ini_set’ option and specifying a
variety of error logging settings and other options. The plugin uses this method
only to activate the PHP error logging and specifying the path to the log files.

For more information, please visit [Runtime Configuration](http://php.net/manual/en/errorfunc.configuration.php#ini.error-log)
and [ini_set](http://php.net/manual/en/function.ini-set.php).

3) Error logging via ‘wp-config.php’ using ‘WP_DEBUG’

This method is used for debugging errors using the WordPress PHP constants and declaring
them in the “wp-config.php” file. This is a standard WordPress debugging method.
This is a very good method which is recommended for using on WordPress sites, but
errors are recorded in the file “debug.log” to the ‘wp-content’ directory. You can’t
change the absolute path to file logs. This method is considered to be a priority
on the WordPress sites. After declaring of these constants other methods won’t work.

For more information, please visit [Errors Debugging on the WordPress](https://codex.wordpress.org/Debugging_in_WordPress).

### Why I can’t select all three methods to enable debug?

Because all methods are equivalent, so when you turn on them all only one of them
will work.
 There may be unwanted conflicts.

### I clicked on the checkbox to receive notification about the logs to my mailbox, however, the letters come less than it exposed in the settings. Why?

The function of notification sending implemented using WordPress hook ‘wp_shedule_event’.
If during the chosen period of time the site has been inactive (no sign on it), 
this hook won’t work.

### After creating a log file there are identical files appear in tabs PHP Error Log Viewer and WP Error Log Viewer. Why?

It depends on the configuration of your server. In the tab of the log viewing the
file will be only one.

### I have some problems with the plugin’s work. What Information should I provide to receive proper support?

Please make sure that the problem hasn’t been discussed yet on our forum ([https://support.bestwebsoft.com](https://support.bestwebsoft.com)).
If no, please provide the following data along with your problem’s description:

 * The link to the page where the problem occurs
 * The name of the plugin and its version. If you are using a pro version – your
   order number.
 * The version of your WordPress installation
 * Copy and paste into the message your system status report. Please read more here:
   [Instruction on System Status](https://bestwebsoft.com/documentation/admin-panel-issues/system-status/)

## 후기

![](https://secure.gravatar.com/avatar/b223e2766c29c3914ae5c00aa0bcc171f2c7b2874fa8401cd11a5a21b7907029?
s=60&d=retro&r=g)

### 󠀁[Great for error log](https://wordpress.org/support/topic/great-for-error-log/)󠁿

 [ali2swat](https://profiles.wordpress.org/ali2swat/) 2026년 3월 4일

Thank you so much

![](https://secure.gravatar.com/avatar/70543a0aefe5617c183fdb9d21da518b305652cca21eaa5ee1948c87eb365343?
s=60&d=retro&r=g)

### 󠀁[Nice to read logs, but that is it. No real options](https://wordpress.org/support/topic/nice-to-read-logs-but-that-is-it-no-real-options/)󠁿

 [Curtis Fraser](https://profiles.wordpress.org/curtisfraser/) 2025년 3월 31일 답글
1개

Sending emails by time is rather basic. It would probably be more useful to send
send emails when ‘new’ items are recorded that are actionable items. PHP warnings
from plugins are nothing too special.

![](https://secure.gravatar.com/avatar/92bd15bba95688a9bb9fbfbcf184f6ae0e0472159187a6271ddddd384153f326?
s=60&d=retro&r=g)

### 󠀁[More convenient than accessing the file manually](https://wordpress.org/support/topic/more-convenient-than-accessing-the-file-manually/)󠁿

 [2Flow2](https://profiles.wordpress.org/emite/) 2025년 2월 4일

Yep, pretty much does what it says. It’s a much more convenient way to quickly check
on any errors that have arisen in the PHP without having to open up the file manually.
However, it would nice if there was a way to manually point it to a different save
location than the default for the PHP error log. I like to keep WP_DEBUG turned 
on all the time on my Production site with this plugin installed, and then I use.
htaccess rules to keep anyone external from accessing the log. To suppress the WordPress
default “Site Health Check” warning that comes up I add the following code into 
my child theme’s functions.php: // WordPress’ default Health Check dashboard flags
some things that are irrelevant to us.add_filter(‘site_status_tests’, function (
array $test_type) { unset($test_type[’direct’][’debug_enabled’]); // Remove warning
about logging errors to a potentially public file. We are using the .htaccess file
to block external debug file access. return $test_type;}, 1, 1);

![](https://secure.gravatar.com/avatar/560dfc09a183c3769b77fc1ba47b779ea0fc5e877e889ad32adf5638b3414241?
s=60&d=retro&r=g)

### 󠀁[jippi, i will be notified on issues e.g. after updating](https://wordpress.org/support/topic/jippi-i-will-be-notified-on-issues-e-g-after-updating/)󠁿

 [Saleswonder Team: Tobias](https://profiles.wordpress.org/tobias_conrad/) 2021년
9월 15일

Thank you, very much for this plugin

![](https://secure.gravatar.com/avatar/015a4e9d3e4f0bf048a022315b50550ea8a6c60a0e9455be60826e22bae1287c?
s=60&d=retro&r=g)

### 󠀁[Good one](https://wordpress.org/support/topic/good-one-493/)󠁿

 [papacoderrs](https://profiles.wordpress.org/papacoderrs/) 2021년 4월 3일

Thank you

![](https://secure.gravatar.com/avatar/816382c16bf43d48584be7dcd1088cb796f83cb0daeb4a1dccb7209c17840e89?
s=60&d=retro&r=g)

### 󠀁[Takes away the frustration of going through your logs](https://wordpress.org/support/topic/takes-away-the-frustration-of-going-through-your-logs/)󠁿

 [Gary McLeod](https://profiles.wordpress.org/gemwfh/) 2020년 10월 13일

Saves Time! Awesome In My Minds Eye

 [ 모든 9 평가 읽기 ](https://wordpress.org/support/plugin/error-log-viewer/reviews/)

## 기여자 & 개발자

“Error Log Viewer by BestWebSoft”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이
이 플러그인에 기여하였습니다.

기여자

 *   [ bestwebsoft ](https://profiles.wordpress.org/bestwebsoft/)

“Error Log Viewer by BestWebSoft”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서
[번역자](https://translate.wordpress.org/projects/wp-plugins/error-log-viewer/contributors)
님께 감사드립니다.

[자국어로 “Error Log Viewer by BestWebSoft”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/error-log-viewer)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/error-log-viewer/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/error-log-viewer/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/error-log-viewer/)을 [RSS](https://plugins.trac.wordpress.org/log/error-log-viewer/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### V1.1.8 – 18.11.2025

 * Update : Added info about send email notifications

#### V1.1.7 – 15.10.2025

 * Bugfix : Vulnerability bugs fixed.
 * Update : Plugin optimization compleated.
 * Update : All functionality has been updated for WordPress 6.8.3.

#### V1.1.6 – 26.03.2025

 * Bugfix : Small bugs fixed.
 * Update : Plugin optimization compleated.
 * Update : All functionality has been updated for WordPress 6.7.

#### V1.1.5 – 22.04.2024

 * Bugfix : Small bugs fixed.
 * Update : Plugin optimization compleated.
 * Update : All functionality has been updated for WordPress 6.5.2.

#### V1.1.4 – 01.01.2024

 * Bugfix : wp_nonce error fixed.
 * Update : Plugin optimization compleated.

#### V1.1.3 – 11.12.2023

 * Update : BWS panel section is updated.
 * Update : All functionality has been updated for WordPress 6.4.2.
 * Bugfix : Fixed Data Security Risk.
 * NEW : Functionality for mitigating the vulnerability effectively has been added.

#### V1.1.2 – 11.01.2022

 * Update : BWS panel section is updated.
 * Update : All functionality has been updated for WordPress 5.8.1.
 * Bugfix : Bugs with adding data to wp-config were fixed.

#### V1.1.1 – 02.04.2020

 * Update : The plugin settings page was changed.
 * Update : All functionality was updated for PHP 7.4.
 * Update : BWS menu has been updated.
 * Update : All functionality has been updated for WordPress 5.4.

#### V1.1.0 – 14.11.2019

 * NEW : Ability to send an email notification when a fatal error occurs.

#### V1.0.9 – 04.09.2019

 * Update: The deactivation feedback has been changed. Misleading buttons have been
   removed.

#### V1.0.8 – 25.12.2018

 * Update : All functionality has been updated for WordPress 5.0.2.

#### V1.0.7 – 19.07.2018

 * NEW : Ability to clear log file has been added.
 * Bugfix : Error log display area was fixed.

#### V1.0.6 – 17.04.2017

 * Bugfix : Multiple Cross-Site Scripting (XSS) vulnerability was fixed.

#### V1.0.5 – 12.10.2016

 * Update : BWS plugins section is updated

#### V1.0.4 – 11.07.2016

 * Update : We updated all functionality for wordpress 4.5.3.
 * Update : BWS panel section is updated.

#### V1.0.3 – 25.04.2016

 * Update : We updated all functionality for wordpress 4.5.

#### V1.0.2 – 09.12.2015

 * Bugfix : The bug with plugin menu duplicating was fixed.

#### V1.0.1 – 20.10.2015

 * NEW : We added ability to restore settings to defaults.

#### V1.0.0 – 08.09.2015

 * Release date of Error Log Viewer

## 기초

 *  버전 **1.1.8**
 *  최근 업데이트: **8개월 전**
 *  활성화된 설치 **6,000+**
 *  워드프레스 버전 ** 6.2 또는 그 이상 **
 *  다음까지 시험됨: **6.9.5**
 *  언어
 * [English (US)](https://wordpress.org/plugins/error-log-viewer/), [Russian](https://ru.wordpress.org/plugins/error-log-viewer/),
   그리고 [Ukrainian](https://uk.wordpress.org/plugins/error-log-viewer/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/error-log-viewer)
 * 태그:
 * [debug tool](https://ko.wordpress.org/plugins/tags/debug-tool/)[error log](https://ko.wordpress.org/plugins/tags/error-log/)
   [php error log](https://ko.wordpress.org/plugins/tags/php-error-log/)
 *  [고급 보기](https://ko.wordpress.org/plugins/error-log-viewer/advanced/)

## 평점

 별 5점 만점에 4.8점.

 *  [  8/5-별점 후기     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=5)
 *  [  0/4-별점 후기     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=4)
 *  [  1/3-별점 후기     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/error-log-viewer/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/error-log-viewer/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/error-log-viewer/reviews/)

## 기여자

 *   [ bestwebsoft ](https://profiles.wordpress.org/bestwebsoft/)

## 지원

지난 2개월 동안 해결된 문제:

     1 중 1

 [지원 포럼 보기](https://wordpress.org/support/plugin/error-log-viewer/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](https://bestwebsoft.com/donate/)