But if console and appender file (see xml below) are same, then RollingFileAppender does not rotate log file. Instead it keeps appending to the same file.
What do you mean by "console and appender file are same"?
Note that you can troubleshoot rollover problems by using the debug='true' attribute, which will print status messages (and any errors) as it tries to rollover the file.
<configuration debug="true"> ... </configuration>
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I don't understand this:
What do you mean by "console and appender file are same"?
Note that you can troubleshoot rollover problems by using the debug='true' attribute, which will print status messages (and any errors) as it tries to rollover the file.