Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
e10d370a929a80bc0708daea4bf4bc0715da9706
/
Doc
/
howto
/
logging-cookbook.rst
e10d370
Added simple threading example to logging cookbook.
by Vinay Sajip
· 9 years ago
db6cdf8
rstlint: Fix "default role used" warning
by Berker Peksag
· 10 years ago
f84499a
rstlint: Fix "default role used" warning
by Berker Peksag
· 10 years ago
a83a0e2
Merged cookbook update from 3.4.
by Vinay Sajip
· 10 years ago
4de9dae
Added entry to logging cookbook.
by Vinay Sajip
· 10 years ago
09a00eb
Closes #25344: Merged fix from 3.4.
by Vinay Sajip
· 10 years ago
ff1f3d9
Closes #25344: Added cookbook recipe to show buffering of logging events.
by Vinay Sajip
· 10 years ago
fee05da
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 10 years ago
315e104
Issue #24232: Fix typos. Patch by Ville Skyttä.
by Berker Peksag
· 10 years ago
365701a
Added respect_handler_level to QueueListener.
by Vinay Sajip
· 10 years ago
7929be6
Merged documentation update from 3.4.
by Vinay Sajip
· 11 years ago
f046dfe
Added a cookbook entry on logging audible messages.
by Vinay Sajip
· 11 years ago
85ad88d
Merged documentation update from 3.4.
by Vinay Sajip
· 11 years ago
db07164
Added a logging cookbook entry on customized exception formatting.
by Vinay Sajip
· 11 years ago
df1b699
Issue #22823: Use set literals instead of creating a set from a list
by Raymond Hettinger
· 11 years ago
e73778c
Use https:// URLs when referring to python.org hosts.
by Georg Brandl
· 11 years ago
4ab532b
Issue 21014: Use booleans instead of 0 and 1 in examples.
by Raymond Hettinger
· 11 years ago
4908910
Updated external link in documentation.
by Vinay Sajip
· 11 years ago
d591cba
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
554f22f
Added cookbook entry on logging filter configuration using dictConfig().
by Vinay Sajip
· 12 years ago
5714e81
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
eb14dec
Added example to recently added cookbook entry.
by Vinay Sajip
· 12 years ago
3763f2b
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
cbefe3b
Added cookbook entry on alternative formatting styles.
by Vinay Sajip
· 12 years ago
f47036c
Removed spaces before colons and semicolons.
by Serhiy Storchaka
· 12 years ago
89e84e7
Removed spaces before colons and semicolons.
by Serhiy Storchaka
· 12 years ago
9c10d6b
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 12 years ago
56b0435
Issue #19504: Used American spelling for 'customize'.
by Vinay Sajip
· 12 years ago
b2bc4df
Closes #18345: Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
2c1adcb
Issue #18345: Added cookbook example illustrating handler customisation.
by Vinay Sajip
· 12 years ago
07b1661
Issue #18759: Merged updates from 3.3.
by Vinay Sajip
· 12 years ago
67f3977
Issue #18759: Improved cross-references in logging documentation.
by Vinay Sajip
· 12 years ago
aca6170
Closes #18541: merged update from 3.3.
by Vinay Sajip
· 12 years ago
a92fbe6
Issue #18541: simplified LoggerAdapter example.
by Vinay Sajip
· 12 years ago
98297f4
merge with 3.3
by Georg Brandl
· 12 years ago
2fd4abe
merge with 3.2 branch
by Georg Brandl
· 12 years ago
3fdd4f1
Merged documentation update from 3.3.
by Vinay Sajip
· 12 years ago
8028a5c
Updated logging cookbook with additional example for output using str.format().
by Vinay Sajip
· 12 years ago
f92b063
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
e5caf29
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
fd4365a
Update suspicious ignore file.
by Ezio Melotti
· 12 years ago
d50fe72
Fix suspicious markup in the docs.
by Georg Brandl
· 12 years ago
a41fb4b
#17351: merge with 3.3.
by Ezio Melotti
· 12 years ago
c9cfcf1
#17351: merge with 3.2.
by Ezio Melotti
· 12 years ago
af8838f
#17351: remove "object" inheritance from docs. Patch by Phil Elson.
by Ezio Melotti
· 12 years ago
560eff1
Merged doc update from 3.3.
by Vinay Sajip
· 13 years ago
9427b03
Merged doc update from 3.2.
by Vinay Sajip
· 13 years ago
3d9e972
Corrected typo, added comment in cookbook recipe.
by Vinay Sajip
· 13 years ago
88069d2
Merged doc update from 3.3.
by Vinay Sajip
· 13 years ago
a3bdce8
Merged doc update from 3.2.
by Vinay Sajip
· 13 years ago
4b88d6c
Added cookbook recipe for structured logging.
by Vinay Sajip
· 13 years ago
4739561
Issue #16261: fix bare excepts in Doc/
by Andrew Svetlov
· 13 years ago
a61b459
Merged documentation update from 3.2.
by Vinay Sajip
· 13 years ago
a58d668
Improved cookbook entry and fixed typo.
by Vinay Sajip
· 13 years ago
ebb2964
Suspicious markup check.
by Georg Brandl
· 13 years ago
f138f8c
Merged cookbook corrections from 3.2.
by Vinay Sajip
· 13 years ago
62930e1
Corrected version numbers in cookbook example.
by Vinay Sajip
· 13 years ago
e8a463d
Merged tweaks to cookbook example from 3.2.
by Vinay Sajip
· 13 years ago
59b9a79
Tweaked format of cookbook example.
by Vinay Sajip
· 13 years ago
1b71019
Merged cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
b00e8f1
Added cookbook example for BOM insertion.
by Vinay Sajip
· 13 years ago
da29f8c
Merged comment correction from 3.2.
by Vinay Sajip
· 13 years ago
838e638
Corrected comment in cookbook example script.
by Vinay Sajip
· 13 years ago
452806c
Merged logging cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
0292fa9
Added multiprocessing example to logging cookbook.
by Vinay Sajip
· 13 years ago
ff4b7bf
Merged cookbook improvement from 3.2.
by Vinay Sajip
· 13 years ago
39b83ac
Improved logging cookbook example.
by Vinay Sajip
· 13 years ago
86798d4
Merge with 3.2.
by Georg Brandl
· 13 years ago
e998386
Fix markup errors.
by Georg Brandl
· 13 years ago
bd2c199
Merged cookbook update for LogRecord customisation.
by Vinay Sajip
· 13 years ago
982f534
Updated cookbook with information on customising LogRecords.
by Vinay Sajip
· 13 years ago
22fa067
Merged cookbook update from 3.2.
by Vinay Sajip
· 13 years ago
6b883a2
Updated logging cookbook with info on alternative format styles.
by Vinay Sajip
· 13 years ago
226231c
Use ASCII quotes and fix markup.
by Ezio Melotti
· 14 years ago
23b94d0
Refactored logging rotating handlers for improved flexibility.
by Vinay Sajip
· 14 years ago
631a7e2
Added a configuration dictionary example to the logging cookbook.
by Vinay Sajip
· 14 years ago
6187664
Added lost documentation cross-reference.
by Vinay Sajip
· 14 years ago
e130a52
Remove duplication.
by Ezio Melotti
· 14 years ago
b34705f
Issue #8890: Remove /tmp from examples.
by Raymond Hettinger
· 14 years ago
dcc9513
Issue #11331: fixed documentation in logging cookbook.
by Vinay Sajip
· 14 years ago
7a0afd3
Spelling fixes.
by Georg Brandl
· 15 years ago
375aec2
Fix a few doc errors, mostly undefined keywords.
by Georg Brandl
· 15 years ago
7d10129
Added logging documentation cross-references.
by Vinay Sajip
· 15 years ago
e6f1e43
Improved logging cookbook for logging with multiprocessing.
by Vinay Sajip
· 15 years ago
1397ce1
Logging documentation updates.
by Vinay Sajip
· 15 years ago
689b68a
Logging documentation updates.
by Vinay Sajip
· 15 years ago
c63619b
Logging documentation reorganised.
by Vinay Sajip
· 15 years ago