Commit
666aae2c488b2427ec4a039f77fcf1f789e4724b
Exists in
master
and in
23 other branches
activate_plugin, api_fixies, api_tasks, article_blog_visualization_format, article_layout_refactoring, article_layout_temp, blog_page_bug, clone_article, communities_ratings, design_template, event_layout, fix_forum, fix_optional_fields, fix_suggest_article, folder_improvments, manage_organization, merge_deactive_and_ban, news_page, script_to_update, stable, template_mirror_block, tests, tests_fixies
Adding logrotate configuration
(ActionItem1253)
|
| @@ -0,0 +1,9 @@ |
| @@ -0,0 +1,9 @@ |
|
| |
1
| +/var/lib/noosfero/current/log/*.log /home/noosfero/current/log/*.log { |
|
| |
2
| + daily |
|
| |
3
| + missingok |
|
| |
4
| + rotate 15 |
|
| |
5
| + compress |
|
| |
6
| + delaycompress |
|
| |
7
| + notifempty |
|
| |
8
| + copytruncate |
|
| |
9
| +} |