Skip to content

5211: rotate cdr csv log when reaching the line limit

Wenpeng Song requested to merge 5211_cdr_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