RE: Kannel log rotation

2002-06-09 Thread Oded Arbel
The logging is a problem - the problem is that most code carps liberaly to the logs, and the logs have no clear logging levels. this should be fixed sometime in the future. in the meantime you can use logrotate to rotate the logs daily, weekly, monthly, every 3.71 days if you like - that's the

Re: Kannel log rotation

2002-06-06 Thread Mike Thompson
Does the Linux logrotate help? I know we'll have this issue in the future. I don't know anything about logrotate yet, in particular how it interacts with the application which may assume that it's log file is always open / available for writing... At any rate, it's in Redhat Linux 7.2, among

Re: Kannel log rotation

2002-06-06 Thread Andreas Fink
Does the Linux logrotate help? yes. you can configure logrotate to copy the files or to instruct the application via a signal to close reopen the files. Works fine. -- Andreas Fink Fink-Consulting -- Tel: +41-61-6932730 Fax:

Re: Kannel log rotation

2002-06-06 Thread Bruno David Rodrigues
On Thu, 2002-06-06 at 16:24, Alex Judd wrote: Has anyone looked into making the logging in Kannel (at file level at least) a little more intelligent than it is at the moment? Currently even in info mode it generates fairly large logs which require continued sorting. One suggestion I thought