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():
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user