Closed andrenatal closed 4 years ago
The constant MAX_LOG_FILE_SIZE here https://github.com/unispeech/unimrcp/blob/master/libs/apr-toolkit/include/apt_log.h#L32 is not working.
MAX_LOG_FILE_SIZE
The only way to change the size of the log files was hardcoding the maximum file size here: https://github.com/unispeech/unimrcp/blob/master/libs/apr-toolkit/src/apt_log.c#L1110 and replace file_data->settings.max_size by the desired value.
file_data->settings.max_size
Have you tried to change the log file size from the configuration file logfile.xml?
Thanks.
The constant
MAX_LOG_FILE_SIZE
here https://github.com/unispeech/unimrcp/blob/master/libs/apr-toolkit/include/apt_log.h#L32 is not working.The only way to change the size of the log files was hardcoding the maximum file size here: https://github.com/unispeech/unimrcp/blob/master/libs/apr-toolkit/src/apt_log.c#L1110 and replace
file_data->settings.max_size
by the desired value.