Title: Dziennik zdarzeń
Author: Andrew Klimek
Published: <strong>2016-04-05</strong>
Last modified: 2016-05-02

---

Szukaj wtyczek

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

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

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

# Dziennik zdarzeń

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

[Pobierz](https://downloads.wordpress.org/plugin/debug-log.0.3.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/debug-log/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/debug-log/#reviews)
 *  [Instalacja](https://pl.wordpress.org/plugins/debug-log/#installation)
 * [Rozwój](https://pl.wordpress.org/plugins/debug-log/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/debug-log/)

## Opis

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 );
    }
    ```

## Zrzuty ekranu

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

## Instalacja

 1. Install as you would any plugin.

## Najczęściej zadawane pytania

  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' );
    ```

## Recenzje

![](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-11-27

View log and delete it.

 [ Przeczytaj 1 recenzje ](https://wordpress.org/support/plugin/debug-log/reviews/)

## Kontrybutorzy i deweloperzy

„Dziennik zdarzeń” jest oprogramowaniem open source. Poniższe osoby miały wkład 
w rozwój wtyczki.

Zaangażowani

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

[Przetłumacz wtyczkę “Dziennik zdarzeń” na swój język.](https://translate.wordpress.org/projects/wp-plugins/debug-log)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/debug-log/), sprawdź
[repozytorium SVN](https://plugins.svn.wordpress.org/debug-log/) lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/debug-log/)
przez [RSS](https://plugins.trac.wordpress.org/log/debug-log/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 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

 *  Wersja **0.3**
 *  Ostatnia aktualizacja **10 lat temu**
 *  Włączone instalacje **100+**
 *  Wersja WordPressa ** 2.6.0 lub nowszej **
 *  Testowano do **4.5.33**
 *  Język
 * [English (US)](https://wordpress.org/plugins/debug-log/)
 * Tagi
 * [debug](https://pl.wordpress.org/plugins/tags/debug/)[error](https://pl.wordpress.org/plugins/tags/error/)
   [log](https://pl.wordpress.org/plugins/tags/log/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/debug-log/advanced/)

## Oceny

 5 na 5 gwiazdek.

 *  [  1 recenzja 5-gwiazdkowa     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=5)
 *  [  0 recenzji 4-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=4)
 *  [  0 recenzji 3-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=3)
 *  [  0 recenzji 2-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=2)
 *  [  0 recenzji 1-gwiazdkowych     ](https://wordpress.org/support/plugin/debug-log/reviews/?filter=1)

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

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/debug-log/reviews/)

## Zaangażowani

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

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/debug-log/)

## Złóż datek

Czy chcesz wesprzeć rozwój wtyczki?

 [ Wspomóż wtyczkę ](http://ambientsleepingpill.com/)