lukasschwab / arxiv.py

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

Use Python logging best practices #56

Open lukasschwab opened 3 years ago

lukasschwab commented 3 years ago

Motivation

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

Solution

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

TODO

lukasschwab commented 3 years ago

This was improved with 347327a, but there's still room for improvement.

Wouldn't mind some input from someone confident in their Python logging patterns.