Re: Log file creation and file rolling
"Alejandro Guerrieri" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, There are a lot of options that can save you from coding a log rotation scheme. You could pipe your logs to one of the many log rotators available on the 'net (google it and you'll find many options) or you could just rename the logs and kill -HUP to restart logging. Check logrotated for this last one. Regards, Alex On Thu, Sep 11, 2008 at 12:02 AM, Alejandro Guerrieri < [email protected]> wrote: > Hi, > > There are a lot of options that can save you from coding a log rotation > scheme. You could pipe your logs to one of the many log rotators available > on the 'net (google it and you'll find many options) or you could just > rename the logs and kill -HUP to restart logging. Check logrotated for this > last one. > > Regards, > > Alex > > > On Wed, Sep 10, 2008 at 10:40 PM, Guy Who Know Nothing < > [email protected]> wrote: > >> Hi, >> >> Since I experience 27G worth of log file, my friend ask me if kannel >> supports log file creation and/or file rolling of log file. can we put that >> on the wish list of kannel.. ^_^ v... >> >> I really can't do c/c++ stuffs like you do. Just a wish list like >> stopping kannel when it reached a certain number of error (eg. modem not >> detected) >> >> >> >> >> >> >