- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message298614
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 | aviso |
|---|---|
| Recipients | aviso, pitrou, vinay.sajip |
| Date | 2017-07-18.20:44:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1500410683.46.0.120266550473.issue30962@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Yes, though the bottleneck for normal logging is more likely in other areas so the speedup will be less noticeable. Where I notice it is with debug statements when debugging is disabled. In that scenario the bulk of the time is spent checking if the level is enabled anywhere in the ancestry. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-18 20:44:43 | aviso | set | recipients: + aviso, vinay.sajip, pitrou |
| 2017-07-18 20:44:43 | aviso | set | messageid: <1500410683.46.0.120266550473.issue30962@psf.upfronthosting.co.za> |
| 2017-07-18 20:44:43 | aviso | link | issue30962 messages |
| 2017-07-18 20:44:43 | aviso | create | |

