The maximum log file size is 500 kilobytes (KB), and the file rollover limit is 10.

File rollover means that the DASL CLI module will close the current file and create a new one when the size of the current file reaches 500 KB. The new file will have the same name as the previous file, and will have an integer appended to its name.

For example, the original file named EIGRP.log is renamed EIGRP.1.log during the first rollover. The log data in EIGRP.log is saved to EIGRP.1.log, and new log data is written to EIGRP.log. On the 11th rollover, the log data in EIGRP.10.log is deleted.