Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
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
cpython
Commits
20f42c43
Kaydet (Commit)
20f42c43
authored
Tem 12, 2004
tarafından
Vinay Sajip
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Fixed minor bugs in the example configuration file
üst
2e39d809
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
liblogging.tex
Doc/lib/liblogging.tex
+4
-4
No files found.
Doc/lib/liblogging.tex
Dosyayı görüntüle @
20f42c43
...
@@ -1215,26 +1215,26 @@ formatter=form05
...
@@ -1215,26 +1215,26 @@ formatter=form05
args=(('localhost', handlers.SYSLOG
_
UDP
_
PORT), handlers.SysLogHandler.LOG
_
USER)
args=(('localhost', handlers.SYSLOG
_
UDP
_
PORT), handlers.SysLogHandler.LOG
_
USER)
[handler
_
hand06]
[handler
_
hand06]
class=NTEventLogHandler
class=
handlers.
NTEventLogHandler
level=CRITICAL
level=CRITICAL
formatter=form06
formatter=form06
args=('Python Application', '', 'Application')
args=('Python Application', '', 'Application')
[handler
_
hand07]
[handler
_
hand07]
class=SMTPHandler
class=
handlers.
SMTPHandler
level=WARN
level=WARN
formatter=form07
formatter=form07
args=('localhost', 'from@abc', ['user1@abc', 'user2@xyz'], 'Logger Subject')
args=('localhost', 'from@abc', ['user1@abc', 'user2@xyz'], 'Logger Subject')
[handler
_
hand08]
[handler
_
hand08]
class=MemoryHandler
class=
handlers.
MemoryHandler
level=NOTSET
level=NOTSET
formatter=form08
formatter=form08
target=
target=
args=(10, ERROR)
args=(10, ERROR)
[handler
_
hand09]
[handler
_
hand09]
class=HTTPHandler
class=
handlers.
HTTPHandler
level=NOTSET
level=NOTSET
formatter=form09
formatter=form09
args=('localhost:9022', '/log', 'GET')
args=('localhost:9022', '/log', 'GET')
...
...
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