graphite-dev team mailing list archive
-
graphite-dev team
-
Mailing list archive
-
Message #03429
Re: [Question #198157]: can log rotation be turned off?
Question #198157 on Graphite changed:
https://answers.launchpad.net/graphite/+question/198157
Jose Gonzalez posted a new comment:
Cron job is what I ended up doing as well - y u no let us logrotate?
For historical purposes, here is what I did:
0 */1 * * * root find $GRAPHITE_PATH/storage/log/carbon-cache/carbon-cache-a -name "*log.20*" |xargs rm
0 */1 * * * root find $GRAPHITE_PATH/storage/log/webapp -name "*log.20*" | xargs rm
Should work until 2100.
--
You received this question notification because you are a member of
graphite-dev, which is an answer contact for Graphite.