We are trying to write log files in csv format. We tried various combinations so that we can support filename in format servicename-date-01.csv, servicename-date-02.csv. It should roll based on size and file extension '.csv' should remain intact. But, we are not able to do so. Is there a solution to that?
We are trying to write log files in csv format. We tried various combinations so that we can support filename in format servicename-date-01.csv, servicename-date-02.csv. It should roll based on size and file extension '.csv' should remain intact. But, we are not able to do so. Is there a solution to that?