10 lines
274 B
Plaintext
10 lines
274 B
Plaintext
|
{{ jupyter_hub_logdir }}/jupyterhub.log {
|
||
|
rotate {{ jupyter_hub_logrotate_retention }}
|
||
|
maxsize {{ jupyter_hub_logrotate_maxfilesize }}
|
||
|
missingok
|
||
|
notifempty
|
||
|
compress
|
||
|
daily
|
||
|
copytruncate
|
||
|
create 644 {{ jupyter_hub_user }} {{ jupyter_hub_user }}
|
||
|
}
|