Title: Debug Log
Author: Andrew Klimek
Published: <strong>2016-يىلى 5-ئاپرېل</strong>
Last modified: 2016-يىلى 2-ماي

---

قىستۇرما ئىزدە

![](https://ps.w.org/debug-log/assets/banner-772x250.png?rev=1387778)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/debug-log_c8c4c2.svg)

# Debug Log

 يازغۇچى [Andrew Klimek](https://profiles.wordpress.org/andrewklimek/)

[چۈشۈر](https://downloads.wordpress.org/plugin/debug-log.0.3.zip)

 * [تەپسىلاتلار](https://ug.wordpress.org/plugins/debug-log/#description)
 * [باھالاشلار](https://ug.wordpress.org/plugins/debug-log/#reviews)
 *  [ئورنىتىش](https://ug.wordpress.org/plugins/debug-log/#installation)
 * [ئىجادىيەت](https://ug.wordpress.org/plugins/debug-log/#developers)

 [قوللاش](https://wordpress.org/support/plugin/debug-log/)

## چۈشەندۈرۈش

If the log is long, the latest lines are show at the top to avoid scrolling. Line
numbers are shown for reference.

Logs over 5MB do not load until you confirm you are sure, or you can opt to delete
the log and start afresh.

Only admins can view (or anyone you give the capability «manage_options»).

Debug Log only works if it’s enabled in wp-config.php. See https://codex.wordpress.
org/Debugging_in_WordPress#WP_DEBUG_LOG

Recommended configuration:

    ```
    define( 'WP_DEBUG', true );// just toggle this line to false to turn off
    if ( WP_DEBUG ) {
        define( 'WP_DEBUG_LOG', true );
        define( 'WP_DEBUG_DISPLAY', false );
        @ini_set( 'display_errors', 0 );
    }
    ```

## ئېكران كەسمىسى

 * [[
 * Basic Screenshot
 * [[
 * Warning before loading big files.

## ئورنىتىش

 1. Install as you would any plugin.

## FAQ

  How do I change the number lines in Latest Errors?

add_filter( ›debug_log_latest_count‹, function(){ return 20; } );

  How do I turn Latest Errors off?

Same as above but use 0… or be fancy:
 add_filter( ›debug_log_latest_count‹, ›__return_false‹);

  How do I change or turn off the file size check?

Same deal. The number here is megabytes.

    ```
    add_filter( 'debug_log_too_big', function(){ return 2; } );

    add_filter( 'debug_log_too_big', '__return_false' );
    ```

## باھالاشلار

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

### 󠀁[Light and simple](https://wordpress.org/support/topic/light-and-simple-2/)󠁿

 [bjornwebdesign](https://profiles.wordpress.org/bjornwebdesign/) 2016-يىلى 27-نويابىر

View log and delete it.

 [ 1 باھالاشنىڭ ھەممىنى ئوقۇش ](https://wordpress.org/support/plugin/debug-log/reviews/)

## تۆھپىكار ۋە ئىجادكار

«Debug Log» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.

تۆھپىكار

 *   [ Andrew Klimek ](https://profiles.wordpress.org/andrewklimek/)

[«Debug Log» نى تىلىڭىزغا تەرجىمە قىلىڭ](https://translate.wordpress.org/projects/wp-plugins/debug-log)

### ئىجادىيەتكە قىزىقامسىز؟

[كودقا كۆز يۈگۈرتۈپ](https://plugins.trac.wordpress.org/browser/debug-log/)، [SVN خەزىنە](https://plugins.svn.wordpress.org/debug-log/)
تەكشۈرۈپ ياكى [RSS](https://plugins.trac.wordpress.org/log/debug-log/?limit=100&mode=stop_on_copy&format=rss)
ئارقىلىق [ئىجادىيەت خاتىرىسى](https://plugins.trac.wordpress.org/log/debug-log/)
گە مۇشتەرى بولغىلى بولىدۇ.

## ئۆزگىرىش خاتىرىسى

#### 0.3

 * Float delete button for easier access

#### 0.2

 * Added «Recent Errors» functionality
 * Added snippet to paste in wp-config when debug is off

#### 0.1

 * Initial Release

## Meta

 *  Version **0.3**
 *  ئاخىرقى يېڭىلانغان ۋاقىت **10 يىل بۇرۇن**
 *  ئاكتىپ ئورنىتىش سانى **100+**
 *  WordPress نەشرى ** 2.6.0 ياكى يۇقىرى **
 *  **4.5.33** دا سىنالغان
 *  تىل
 * [English (US)](https://wordpress.org/plugins/debug-log/)
 * بەلگە
 * [debug](https://ug.wordpress.org/plugins/tags/debug/)[error](https://ug.wordpress.org/plugins/tags/error/)
   [log](https://ug.wordpress.org/plugins/tags/log/)
 *  [ئالىي كۆرۈنۈش](https://ug.wordpress.org/plugins/debug-log/advanced/)

## دەرىجە

 5/5 يۇلتۇز

 *  [  1 5-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=5)
 *  [  0 4-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=4)
 *  [  0 3-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=3)
 *  [  0 2-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=2)
 *  [  0 1-يۇلتۇز باھالاش     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=1)

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

[بارلىق ئىنكاسنى كۆرسەت](https://wordpress.org/support/plugin/debug-log/reviews/)

## تۆھپىكار

 *   [ Andrew Klimek ](https://profiles.wordpress.org/andrewklimek/)

## قوللاش

چۈشەندۈرۈشىڭىز بارمۇ؟ ياردەم لازىممۇ؟

 [قوللاش مۇنبىرىنى كۆرسەت](https://wordpress.org/support/plugin/debug-log/)

## ئىئانە

بۇ قىستۇرمىنىڭ ياخشىلىنىشىنى قوللامسىز؟

 [ بۇ قىستۇرمىغا ئىئانە قىلىش ](http://ambientsleepingpill.com/)