mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Use tljh logger in installer
This commit is contained in:
@@ -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():
|
||||
"""
|
||||
|
||||
@@ -12,7 +12,7 @@ from tljh.config import (
|
||||
)
|
||||
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger("tljh")
|
||||
|
||||
|
||||
def migrate_file(old_path, new_path):
|
||||
|
||||
Reference in New Issue
Block a user