remram44 / yoppi

An automatic FTP indexer written in Python. Inspired by Yoshi Indexer (written in PHP).
GNU General Public License v3.0
6 stars 2 forks source link

Use logging #18

Closed remram44 closed 12 years ago

remram44 commented 12 years ago

Right now the 'indexer' apps uses stderr and conditions on a 'verbose' parameter. The standard logging facilities should be used instead (still making sure there is a way to choose the verbosity level from the command-line).