Init at INFO.

This commit is contained in:
Jeffrey Townsend
2016-05-17 12:47:28 -07:00
parent 911183ee7f
commit 0477d8d90d

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