Access log does not contain user ids
Bug #98461 reported by
Fred Drake
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Zope 3 |
Won't Fix
|
Medium
|
Unassigned | ||
zope.server |
Confirmed
|
Medium
|
Unassigned |
Bug Description
The access log generated by Zope 3 shows "anonymous" for all accesses, authenticated or not. This should be fixed to show something reasonable (principal ids would be nice).
Changed in zope.server: | |
importance: | Undecided → Medium |
status: | New → Confirmed |
Changed in zope3: | |
status: | Confirmed → Won't Fix |
tags: | added: bugday20100424 |
Changed in zope.server: | |
assignee: | nobody → Ilshad Khabibullin (astoon) |
Changed in zope.server: | |
assignee: | Ilshad Khabibullin (astoon) → nobody |
To post a comment you must log in.
Bellow a patch which works on Zope 2.9.7-final and maybe on Zope 3 (because of back porting of Zope 3 stuff) thanks to http:// lists.nuxeo. com/pipermail/ cps-users- fr/2004- February/ 008504. html. ZServer/ medusa 7-final_ LogPatch. patch
Go to Zope2.9 directory and follow lib/python/
Enter patch -p0 < Zope2.9.
Best regards