ezoray
ezoray

Reputation: 15

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.

This isn't happening, instead all the logging is going into mule_ee.log, no app log file is created.

Are there any settings I should be looking at to make this happen?

Thanks in advance.

Upvotes: 1

Views: 727

Answers (1)

Ale Sequeira
Ale Sequeira

Reputation: 2039

This is a known issue in 3.5.0 in windows platform, see this. In the next few days 3.5.1 will be released and you can upgrade.

Upvotes: 1

Related Questions