Bug 25966 - добавить скрипт logrotate
Summary: добавить скрипт logrotate
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: mongo (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexei Takaseev
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-29 15:21 MSK by Mikhail Pokidko
Modified: 2011-08-03 00:11 MSK (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Pokidko 2011-07-29 15:21:01 MSK
Не работает ротейт логов
Прошу добавить скрипт для logrotate
/var/log/mongo/mongod.log {
    rotate 10
    daily
    missingok
    notifempty
    compress
    postrotate
       /usr/bin/killall -SIGUSR1 mongod
    endscript
}
Comment 1 Repository Robot 2011-08-03 00:11:54 MSK
mongo-1.8.2-alt2 -> sisyphus:

* Mon Aug 01 2011 Vitaly Kuznetsov <vitty@altlinux> 1.8.2-alt2
- add logrotate script (ALT #25966)