This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Pierre Bousquie
Recipients Pierre Bousquie, docs@python, matrixise, vinay.sajip
Date 2016-10-22.09:23:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477128197.84.0.181145852831.issue28499@psf.upfronthosting.co.za>
In-reply-to
Content
Hi stephane,

I have tweeted Florian and he is still interested.

I think the doc has a lot of information but does not organize it efficiently.

My notes from the conference:
- Logging reccord attribute is at 16.6.7 (middle of the doc) and that's a must to fine tune the message.

- Configuration: the "interesting" (read: must read for use in production) is in advanced tutorial: configuration...
https://docs.python.org/3.7/howto/logging.html#configuring-logging
aaaandd in :
https://docs.python.org/3.7/library/logging.config.html#module-logging.config

- Lots of information are also in the "See also" section.

and I had a personal fail time with logrotate... wich will work with python logging only if it used with WatchFileHandler.
https://docs.python.org/3.7/library/logging.handlers.html#logging.handlers.WatchedFileHandler

This is in the doc but only in handles section.
History
Date User Action Args
2016-10-22 09:23:17Pierre Bousquiesetrecipients: + Pierre Bousquie, vinay.sajip, docs@python, matrixise
2016-10-22 09:23:17Pierre Bousquiesetmessageid: <1477128197.84.0.181145852831.issue28499@psf.upfronthosting.co.za>
2016-10-22 09:23:17Pierre Bousquielinkissue28499 messages
2016-10-22 09:23:17Pierre Bousquiecreate