Skip to content

Instantly share code, notes, and snippets.

View sahil-sawhney's full-sized avatar

sahil-sawhney

View GitHub Profile
{% for log_location in locations %}
{{ log_location }}{
{{ period }}
rotate {{ rotate_count }}
size {{ size_threshold }}
compress
copytruncate
missingok
}
{% endfor %}