lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.11k stars 123 forks source link

Log full request URLs rather than just parameters #130

Closed lukasschwab closed 1 year ago

lukasschwab commented 1 year ago

Motivation

A clear and concise description of what the problem is. For example, "I'm always frustrated when..."

Make extracting addresses for debugging easier. Would simplify #127.

Solution

A clear and concise description of what you want to happen.

Log formatted request URLs rather than just parameters.

Considered alternatives

A clear and concise description of any alternative solutions or features you've considered.

Currently logging just parameters.

Additional context

Add any other context about the feature request here.