Use tljh logger in installer

This commit is contained in:
fred
2018-12-12 14:45:39 -05:00
parent 896e211b3b
commit f23f36eaf2
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__))
logger = logging.getLogger(__name__)
logger = logging.getLogger("tljh")
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):