tokuhirom/OrePAN2

Make logging use a real logger object

Opened this issue · 1 comments

The logging is pretty noisy for large repos right now, especially the message that is logged when a distro's META.* files don't have provides info.

It'd be nice if the logging used some sort of object. Log::Any is probably a good choice here.

Patches welcome :)