I have mule 3.8.1
. I can see logs for each app I have in %MULE_BASE%/logs/%MULE_APP%.log
just like defined in wrapper.conf
file. Example log files I have are:
mule-app-APP1.log.2020-04-07
mule-app-APP1.log
mule-app-APP2.log.2020-04-07
mule-app-APP2.log
I understand that by default logs are created in the format %MULE_APP%.log
where MULE_APP
is mule-app-<app_name>
.
My question is about "rolling" files. I mean, creating a new log file each day. There is log4j2.xml
in the project but there is only AsyncRoot
appender pointing out to Console
appender. My question: is the "rolling" log files behavior default in mule ? or there must be a configuration set in the project by someone else, that I'm missing ?