Merge pull request #248 from fm75/FixInstallerLogging

Use tljh logger in installer
This commit is contained in:
Yuvi Panda
2018-12-12 12:11:50 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ from .yaml import yaml
HERE = os.path.abspath(os.path.dirname(__file__)) HERE = os.path.abspath(os.path.dirname(__file__))
logger = logging.getLogger(__name__) logger = logging.getLogger("tljh")
def ensure_node(): def ensure_node():
""" """

View File

@@ -12,7 +12,7 @@ from tljh.config import (
) )
logger = logging.getLogger(__name__) logger = logging.getLogger("tljh")
def migrate_file(old_path, new_path): def migrate_file(old_path, new_path):