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.

classification
Title: logging formatter %(lineno)d does not work
Type: Stage:
Components: Library (Lib) Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: alex_petry, vinay.sajip
Priority: normal Keywords:

Created on 2007-02-05 23:42 by alex_petry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
python-logging-2.5-fixed.patch alex_petry, 2007-02-06 01:07 Patch for the python version included in debian/unstable (2.5-5)
Messages (3)
msg31184 - (view) Author: lx_jakal (alex_petry) Date: 2007-02-05 23:42
The current line number produced by the module is "1072" which is static over all logging calls. It refers to a the denoted line in logging/__init__.py

A possible patch is attached.
msg31185 - (view) Author: lx_jakal (alex_petry) Date: 2007-02-06 01:07
File Added: python-logging-2.5-fixed.patch
msg31186 - (view) Author: Vinay Sajip (vinay.sajip) * (Python committer) Date: 2007-02-16 22:45
Change checked into trunk, and will be shortly checked into release25-maint and release24-maint.
History
Date User Action Args
2022-04-11 14:56:22adminsetgithub: 44548
2007-02-05 23:42:30alex_petrycreate