Title: Debug Log
Author: Andrew Klimek
Published: <strong>એપ્રિલ 5, 2016</strong>
Last modified: મે 2, 2016

---

પ્લગીન શોધો

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

આ પલ્ગઇન ** 2 વર્ષથી વધુમાં અપડેટ કરવામાં આવ્યો નથી **. એ કદાચ જાળવવામાં અથવા સપોર્ટેડ
નહી હોય. વર્ડપ્રેસ ના વધુ તાજેતરનાં સંસ્કરણો સાથે ઉપયોગમાં લેવાય તો સુસંગતતા મુદ્દાઓ
હોઈ શકે છે.

![](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://gu.wordpress.org/plugins/debug-log/#description)
 * [સમીક્ષાઓ](https://gu.wordpress.org/plugins/debug-log/#reviews)
 *  [સ્થાપન](https://gu.wordpress.org/plugins/debug-log/#installation)
 * [ડેવલપમેન્ટ](https://gu.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.

## એફએક્યુ (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/) નવેમ્બર 27, 2016

View log and delete it.

 [ 1 સમીક્ષાઓ વાંચો ](https://wordpress.org/support/plugin/debug-log/reviews/)

## ફાળો આપનાર & ડેવલપર્સ

આ ઓપન સોર્સ સોફ્ટવેર છે. નીચેના લોકો એ આ પ્લગિન માટે ફાળો આપ્યો છે.

ફાળો આપનારા

 *   [ 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/), જોવો[અસ્વીએન રેપોઝિટરીમાંથી](https://plugins.svn.wordpress.org/debug-log/),
અથવા સબ્સ્ક્રાઇબ કરો[ડેવલપમેન્ટ](https://plugins.trac.wordpress.org/log/debug-log/)
દ્વારા[આરઅસઅસ](https://plugins.trac.wordpress.org/log/debug-log/?limit=100&mode=stop_on_copy&format=rss).

## ચેન્જલૉગ

#### 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://gu.wordpress.org/plugins/tags/debug/)[error](https://gu.wordpress.org/plugins/tags/error/)
   [log](https://gu.wordpress.org/plugins/tags/log/)
 *  [વિગતવાર દૃશ્ય](https://gu.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)

[તમારા અભિપ્રાયો](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/)