NoMore201 / playmaker

Fdroid repository manager fetching apps from Play Store

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use logging module

fernandocollova opened this issue · comments

I'll drop the standard bug report format because this is easy:

Instead of if debug then log, using the logging module would be more elegant.

The basic idea is that a different dict config could be loaded just once if debug is set, and logging would just discard any logs that are not at least the minimum level.