Chris Dent
Chris Dent
I would happily accept a patch that does this, if you have the time.
Fixed in #100
MIT, see https://pypi.org/project/Paste/ or https://github.com/cdent/paste/blob/7b6cfdfe132a5f5e6631a5fe8d3492538c1d0d78/setup.py#L33 Unless you are already using Paste for something, I would not recommend starting something new with it. It's very out of date and currently only...
#100 makes the license more clear
Making that change would change the format or the logger and thus anything that wants to process the log, making this a backward incompatible change, so probably not the best...
I'm having a little trouble trying to understand what you are trying to do, but if you are trying to get the URL of the request the `request.script_name` and `request.path_info`...
Thanks for raising the issue. I'm happy to review and accept a patch that addresses this, but from the README: "Paste is in maintenance mode ... Patches are accepted to...
As I said in my [previous comment](https://github.com/cdent/paste/issues/66#issuecomment-932899379) on this issue, I'm happy to accept patches that fix this issue if you provide them, but paste is only on life-support so...
Thanks for the report. Paste is effectively deprecated too, see the README. Basically I'm reviewing and accepting patches that people provide and making new releases when they do, but other...
Unfortunately this fix introduces a potential compatibility issue that we need to think about before being certain we want to merge it: If any external tooling is parsing the log...