Skip to content

Add event log

Youngsu Kim requested to merge youngsu_kim-main-patch-64565 into main
# JupyterHub Start with event log redirection; & cannot be passed in yaml files
jupyterhub_event_log:
  mountPath: /etc/jupyterhub/custom/event_command.sh
  stringData: |
    #! /bin/bash
    /usr/local/bin/jupyterhub --config /usr/local/etc/jupyterhub/jupyterhub_config.py --upgrade-db &>> /srv/jupyterhub/event.log
  mode: 0777

args: [ "/etc/jupyterhub/custom/event_command.sh" ]

Merge request reports