Title: डिबग लग
Author: Andrew Klimek
Published: <strong>अप्रिल 5, 2016</strong>
Last modified: मे 2, 2016

---

प्लगिनहरू खोज्नुहोस्

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

यो प्लगिन **वर्डप्रेसका ३ प्रमुख नवीनतम रिलीजहरूसँग परीक्षण गरिएको छैन**। यो अब 
सम्भवतः व्यवस्थित वा समर्थन नभएको हुन सक्छ र वर्डप्रेसका नयाँ संस्करणहरूमा प्रयोग
गर्दा अनुकूलता सम्बन्धी समस्या हुन सक्छ।

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

# डिबग लग

 [Andrew Klimek](https://profiles.wordpress.org/andrewklimek/) द्वारा

[डाउनलोड गर्नुहोस्](https://downloads.wordpress.org/plugin/debug-log.0.3.zip)

 * [विवरण](https://ne.wordpress.org/plugins/debug-log/#description)
 * [समीक्षाहरू](https://ne.wordpress.org/plugins/debug-log/#reviews)
 *  [स्थापना](https://ne.wordpress.org/plugins/debug-log/#installation)
 * [विकास](https://ne.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⌉⌊Basic Screenshot⌉[

Basic Screenshot

[⌊Warning before loading big files.⌉⌊Warning before loading big files.⌉[

Warning before loading big files.

## स्थापना

 1. Install as you would any plugin.

## प्रश्नोत्तर

  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/) नोभेम्बर 27, 2016

View log and delete it.

 [ सबै 1 समीक्षा पढ्नुहोस् ](https://wordpress.org/support/plugin/debug-log/reviews/)

## योगदानकर्ता र डेभलपरहरू

“डिबग लग” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।

योगदानकर्ताहरू

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

[“डिबग लग” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्](https://translate.wordpress.org/projects/wp-plugins/debug-log)

### विकासमा रुचि छ?

[आरएसएस](https://plugins.trac.wordpress.org/log/debug-log/?limit=100&mode=stop_on_copy&format=rss)
द्वारा [कोड ब्राउज गर्नुहोस्](https://plugins.trac.wordpress.org/browser/debug-log/),
[एसभीएन रिपजिटरी](https://plugins.svn.wordpress.org/debug-log/) हेर्नुहोस्, वा [विकास लग](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

## मेटा

 *  संस्करण **0.3**
 *  पछिल्लो अपडेट **10 वर्ष अघि**
 *  सक्रिय स्थापना **100+**
 *  वर्डप्रेस संस्करण ** 2.6.0 वा उच्च **
 *  जाँच गरिएको **4.5.33**
 *  भाषा
 * [English (US)](https://wordpress.org/plugins/debug-log/)
 * ट्यागहरू
 * [debug](https://ne.wordpress.org/plugins/tags/debug/)[error](https://ne.wordpress.org/plugins/tags/error/)
   [log](https://ne.wordpress.org/plugins/tags/log/)
 *  [उन्नत दृश्य](https://ne.wordpress.org/plugins/debug-log/advanced/)

## रेटिङ्गहरू

 ५ मा 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)

[See all reviews](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/)