The LogFileAppender does not support limiting the output file size (at least in the references I can find). To limit the file size, use a RollingFileAppender and roll on Size and set the file size limit.
To limit the number of roll over files use the MaxSizeRollBackups attribute