jupyterhub / the-littlest-jupyterhub

Simple JupyterHub distribution for 1-100 users on a single server
https://tljh.jupyter.org
BSD 3-Clause "New" or "Revised" License
1.04k stars 340 forks source link

add logging for tljh_config_post_install hook #794

Open raybellwaves opened 2 years ago

raybellwaves commented 2 years ago

There is various logging for other plugin e.g. tljh_extra_hub_pip_packages https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/installer.py#L361

would be good to add logging for other plugins such as tljh_config_post_install (https://github.com/jupyterhub/the-littlest-jupyterhub/blob/main/tljh/installer.py#L416)