Where to check custom webapplication logs in wso2 carbon(在哪里检查 wso2 carbon 中的自定义 Web 应用程序日志)
问题描述
这里需要帮助..我开发了一个 java 应用程序并使用 log4j 配置了日志.我已经在 wso2 carbon 中部署了这个应用程序.谁能告诉我在哪里可以检查我在 wso2 carbon 中的应用程序日志?我只能看到碳日志 wso2carbon.log ..我在哪里可以查看我的应用程序特定日志??
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??
推荐答案
如果您的 webapp 中有自己的 log4j.properties 文件,您可以在其中配置位置.
If you have your own log4j.properties file in your webapp, you can configure the location in it.
更多详情请参见此处.
https://docs.wso2.com/display/AS530/Customize+Logging+for+Web+Applications
这篇关于在哪里检查 wso2 carbon 中的自定义 Web 应用程序日志的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:在哪里检查 wso2 carbon 中的自定义 Web 应用程序日志
基础教程推荐
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- 如何对 Java Hashmap 中的值求和 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- Struts2 URL 无法访问 2022-01-01
