You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
515 B
14 lines
515 B
{% for log in ['ccnet','controller','elasticsearch_deprecation','elasticsearch_index_indexing_slowlog','elasticsearch_index_search_slowlog','file_updates_sender','gunicorn_error','index','seafdav','seaf-fuse','seafile','seahub_email_sender','virus_scan'] %}
|
|
{{ seafile_root_dir }}/logs/{{ log }}
|
|
{% endfor %}
|
|
{% for log in ['seafile_slow_rpc','seafile_slow_storage'] %}
|
|
{{ seafile_root_dir }}/logs/slow_logs/{{ log }}
|
|
{% endfor %}
|
|
{
|
|
weekly
|
|
rotate 52
|
|
compress
|
|
missingok
|
|
copytruncate
|
|
su seafile seafile
|
|
}
|
|
|