1

Need help here.. I have developed a java application and configured logs using log4j. I have deployed this application in wso2 carbon. Can anyone tell me where to check my application logs in wso2 carbon?? I can see only carbon logs wso2carbon.log.. Where can i check my application specific logs??

Minnie
  • 51
  • 7

1 Answers1

0

If you have your own log4j.properties file in your webapp, you can configure the location in it.

See this for more details.

https://docs.wso2.com/display/AS530/Customize+Logging+for+Web+Applications

Bee
  • 12,251
  • 11
  • 46
  • 73