Hi:
don't know whether this is possible. I would like to like to have log file rotate to a new file name when max size, or max number of entries, is reached. E.g. Log start with log.0000 and when the file reaches max file size, new logs goes to log.0001, and continue until log.9999. At that point, when it is filled, wipes log.0000 and starts writing to it.
thanks,
-john


