clinton-hall / nzbToMedia

Provides NZB and Torrent postprocessing To CouchPotatoServer, SickBeard/SickRage, HeadPhones, Mylar and Gamez
GNU General Public License v3.0
674 stars 176 forks source link

Replace logger with Python standard library style logging #1947

Closed labrys closed 1 year ago

labrys commented 1 year ago

This removes the existing logging system and replaces it with standard logging configured for library-style logging using NullHandler. Still need to implement logging initialization and configuration.