You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a k8s admin of a JupyterHub deployed in k8s I commonly inspect logs of a user pod to help a user debug an issue. But how can we enable users do that themselves, and preferably not by locking into some k8s native tech?
Questions
Does the notebook server or jupyter_server emit logs to a file as well?
Can you use journalctl or similar?
Can we configure a location to emit logs (because some paths won't be persistent between restarts and if the server crashes...).
Can it be addressed from within the server itself, or must an external component be involved?
The text was updated successfully, but these errors were encountered:
As a k8s admin of a JupyterHub deployed in k8s I commonly inspect logs of a user pod to help a user debug an issue. But how can we enable users do that themselves, and preferably not by locking into some k8s native tech?
Questions
The text was updated successfully, but these errors were encountered: