wso2 - WSO2esb-4.8.1 issue with GUI for viewing Logs -


we using wso2esb-4.8.1.

we want use wso2 gui view tenant specific log. getting following message when navigate monitor--> application logs.

the log must configured use org.wso2.carbon.logging.core.util.memoryappender view entries on admin console

i found in log4j.properties, following used

log4j.appender.carbon_memory=org.wso2.carbon.logging.appender.carbonmemoryappender

i changed

log4j.appender.carbon_memory=org.wso2.carbon.logging.core.util.memoryappender

the issue remains though.

by default, when install wso2 4.8.1, esb, installs logging management 4.2.1 this, logs visible in gui. works expected. later, if install other feature , includes higher version of logging management (eg:- in our case, installed data services 3.1.1 includes logging management feature 4.2.2), gui stops working.

all did unchecking logging feature in data services 3.1.1 when installing data services. way, logging feature did not upgraded, rest of data services did.


Comments

Popular posts from this blog

sql - invalid in the select list because it is not contained in either an aggregate function -

Angularjs unit testing - ng-disabled not working when adding text to textarea -

How to start daemon on android by adb -