If you look in the log4net.config file you'll see settings for the rollinglogfileappender, you can spacify how many log files to keep and how large the files gets before it makes a new log file. They are currently set like this:
<maxSizeRollBackups value="10" />
<maximumFileSize value="1MB" />
Joe