In WSO2 ESB 4.5.1, there are several log files in the repository / log folder. But the important "wso2carbon.log" contains only one journal in one day. Then at midnight he blushed. Since other log files are in the same directory (wso2-esb-service.log or http_access.log), this function is stored after a couple of days.
How can I save wso2carbon.log files for several days? (WSO2 should just rename them, not delete it).
Here are my log4j.properties in the conf directory:
log4j.rootLogger=ERROR, CARBON_CONSOLE, CARBON_LOGFILE, CARBON_MEMORY, CARBON_SYS_LOG, ERROR_LOGFILE log4j.category.org.apache.synapse=INFO log4j.category.org.apache.synapse.transport=INFO log4j.category.org.apache.axis2=INFO log4j.category.org.apache.axis2.transport=INFO log4j.logger.com.atomikos=INFO,ATOMIKOS log4j.logger.org.quartz=WARN log4j.logger.org.wso2=INFO log4j.logger.com.avintis=INFO log4j.logger.org.wso2.carbon=INFO
source share