Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
D
django
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
django
Commits
9d12f68a
Kaydet (Commit)
9d12f68a
authored
Eyl 16, 2013
tarafından
Ramiro Morales
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Reworded a paragraph in the logging docs.
üst
12342250
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
8 deletions
+10
-8
logging.txt
docs/topics/logging.txt
+10
-8
No files found.
docs/topics/logging.txt
Dosyayı görüntüle @
9d12f68a
...
@@ -211,14 +211,16 @@ handlers, filters and formatters that you want in your logging setup,
...
@@ -211,14 +211,16 @@ handlers, filters and formatters that you want in your logging setup,
and the log levels and other properties that you want those components
and the log levels and other properties that you want those components
to have.
to have.
Prior to Django 1.5, the :setting:`LOGGING` setting overwrote the :ref:`default
Prior to Django 1.5, the :setting:`LOGGING` setting always overwrote the
Django logging configuration <default-logging-configuration>`. From Django
:ref:`default Django logging configuration <default-logging-configuration>`.
1.5 forward, the project's logging configuration is merged with Django's
From Django 1.5 forward, it is possible to get the project's logging
defaults, hence you can decide if you want to add to, or replace the existing
configuration merged with Django's defaults, hence you can decide if you want to
configuration. To completely override the default configuration, set the
add to, or replace the existing configuration.
``disable_existing_loggers`` key to ``True`` (which is the default) in the
:setting:`LOGGING` dictConfig. Alternatively you can redefine some or all of
If the ``disable_existing_loggers`` key in the :setting:`LOGGING` dictConfig is
the loggers by setting ``disable_existing_loggers`` to ``False``.
set to ``True`` (which is the default) the default configuration is completely
overridden. Alternatively you can redefine some or all of the loggers by
setting ``disable_existing_loggers`` to ``False``.
Logging is configured as soon as settings have been loaded
Logging is configured as soon as settings have been loaded
(either manually using :func:`~django.conf.settings.configure` or when at least
(either manually using :func:`~django.conf.settings.configure` or when at least
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment