diff --git a/tljh/installer.py b/tljh/installer.py index bed0c3d..9b97dd8 100644 --- a/tljh/installer.py +++ b/tljh/installer.py @@ -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(): """ diff --git a/tljh/migrator.py b/tljh/migrator.py index a301c93..75336ad 100644 --- a/tljh/migrator.py +++ b/tljh/migrator.py @@ -12,7 +12,7 @@ from tljh.config import ( ) -logger = logging.getLogger(__name__) +logger = logging.getLogger("tljh") def migrate_file(old_path, new_path):