简体   繁体   English

Mule 3.5 EE默认日志记录不起作用

[英]Mule 3.5 EE default logging not working

I'm struggling to get the default logging working for a deployed application. 我正在努力使默认日志记录适用于已部署的应用程序。

From my understanding, for a Mule app that contains no log4j.properties/xml file the Mule server will generate a log file named (going by the wrapper.conf file) %MULE_BASE%/logs/%MULE_APP%.log. 据我了解,对于不包含log4j.properties/xml文件的Mule应用程序,Mule服务器将生成一个名为(由wrapper.conf文件进行)%MULE_BASE%/ logs /%MULE_APP%.log的日志文件。

This isn't happening, instead all the logging is going into mule_ee.log, no app log file is created. 这没有发生,而是所有日志记录都进入了mule_ee.log,没有创建任何应用程序日志文件。

Are there any settings I should be looking at to make this happen? 我应该进行任何设置以实现此目的吗?

Thanks in advance. 提前致谢。

This is a known issue in 3.5.0 in windows platform, see this . 这是Windows平台3.5.0中的一个已知问题,请参见this In the next few days 3.5.1 will be released and you can upgrade. 在接下来的几天中,3.5.1将发布,您可以升级。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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