In my project test suite there is big usage of
System.out.println
I\'m trying to redirect these output to log file (through configuration
My suggestion would be to refactor if possible. For a possible solution, check these similar questions
log4j redirect stdout to DailyRollingFileAppender
Redirect System.out.println to Log4J, while keeping class name information