Skip to content

Draft: rotate cdr csv log when reach max row

Wenpeng Song requested to merge csv_rotate into devel

#5211
Rotate cdr csv when reaching the max row.
The log before rotation will be store as _old.csv
A count file will be created to store the row count, to prevent getting the row by reading the whole log.

Edited by Wenpeng Song

Merge request reports