Skip to content
Snippets Groups Projects

Add event log

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading