anentropic / python-waterloo

A cli tool to convert type annotations found in 'Google-style' docstrings into mypy py2 type comments (and from there into py3 type annotations).
2 stars 0 forks source link

Log-level WARNING/ERROR should still output filenames #25

Closed anentropic closed 4 years ago

anentropic commented 4 years ago

Currently we're logging the filename as INFO, so on higher log levels the filename is omitted and only the errors are shown - but no way to know which file

anentropic commented 4 years ago

Maybe two loggers: one for stdout and one for stderr

and log-level controls one while the other has a verbose/quiet toggle?