Hi, In our Stratos deployment, we experienced issue where wso2carbon.log file grew as much as 13 GB causing disk full and instance reboot and Stratos inaccessible. We're deploying Stratos using default profile. To fix this issue, we modified log4j.properties with the changes listed below.
Please let me know if it's okay to push this changes upstream. If so, which branch(es) should the changes be checked in? Thanks, -Jeffrey diff --git a/products/stratos/modules/distribution/src/main/conf/log4j.properties b/products/stratos/modules/distribution/src index a85d346..bb37679 100644 --- a/products/stratos/modules/distribution/src/main/conf/log4j.properties +++ b/products/stratos/modules/distribution/src/main/conf/log4j.properties @@ -113,7 +113,9 @@ log4j.appender.CARBON_MEMORY.threshold=DEBUG # CARBON_LOGFILE is set to be a DailyRollingFileAppender using a PatternLayout. -log4j.appender.CARBON_LOGFILE=org.apache.log4j.DailyRollingFileAppender +log4j.appender.CARBON_LOGFILE=org.apache.log4j.RollingFileAppender +log4j.appender.CARBON_LOGFILE.MaxFileSize=10000KB +log4j.appender.CARBON_LOGFILE.MaxBackupIndex=10 # Log file will be overridden by the configuration setting in the DB # This path should be relative to WSO2 Carbon Home