简体   繁体   中英

WSO2 ESB System logs not working

Running WSO2 ESB 4.8.1. When in the Management Console having a look at the System Logs, it presents me a

The log must be configured to use the org.wso2.carbon.logging.core.util.MemoryAppender to view entries on the admin console

Regarding to this error I bumped on the a similar error in the Storage Server so I reconfigured the log4j properties. ( https://wso2.org/jira/browse/SS-56 )

When changing the CARBON_MEMORY entry to this (as the error states)

log4j.appender.CARBON_MEMORY=org.wso2.carbon.logging.core.util.MemoryAppender

I get the following error in the startup sequence of the ESB:

log4j:ERROR Could not instantiate appender named "CARBON_MEMORY".

What now?

Thanks for your input,

Olivier

您需要按以下方式设置CARBON_MEMORY,

log4j.appender.CARBON_MEMORY=org.wso2.carbon.logging.appender.CarbonMemoryAppender

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM