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:
@@ -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