On 04.04.2011 05:04, joseheitor wrote:
Is it possible to log to a single log file with a size limit, which when the
size limit is reached, the oldest entries get automatically removed as it
adds new log events?
No filesystem allows such removal of beginning of a file, so the answer is a no.

If you were logging to a database's table, you could do something like this, but plain file -- no.

   -mi


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to