Quickfix/J: message logs archiving and clean up

95 Views Asked by At

When running a Java application with QuickFix/J library, is it possible to configure the Quickfix/J logs to be archived every midnight (or when we reach a certain size)? and to delete the logs when the max number of logs reaches x log files?

Similar behavior as logback for Java spring boot logs for example...

0

There are 0 best solutions below