Hello,
I' new using to Log4j , but due to its logging features I used this functi= onality in my product, but while testing I'm facing the following issues :
The log file is not getting executed as per the configuration i.e. I have s= et the max size for the RollingFileAppender as 10K and mxBackupIndex as 3, = but when the file size reaches 10K , it is not creating other instance of t= he log file instead appending the same file and increasing it size.
Following is my log4j properties configuration:
***************************************************************************