Init at INFO.

This commit is contained in:
Jeffrey Townsend
2016-05-17 12:47:28 -07:00
committed by Carl D. Roth
parent 711fbacd65
commit f0fb870dc8

View File

@@ -24,7 +24,7 @@ import lsb_release
g_dist_codename = lsb_release.get_distro_information().get('CODENAME')
logger = onlu.init_logging('onlpm')
logger = onlu.init_logging('onlpm', logging.INFO)
class OnlPackageError(Exception):
"""General Package Error Exception