We noticed that with automated_deployment_engine v20.4X, the log4j2.xml is no longer installed in the automated_deployment_engine probe home folder like it was with previous versions.
How can we manage the automated_deployment_engine log size and maximum log files with 20.4X and above?
Release : 20.4
Component : UIM - ADE
The log4j2.xml location was changed to the \automated_deployment_engine\lib folder
Edit the log4j2.xml settings located in the \automated_deployment_engine\lib\ path.
Configuration example set to save 10MB file log files with maximum log files set to 3
<Policies>
<SizeBasedTriggeringPolicy size="10MB"/>
</Policies>
<DefaultRolloverStrategy max="3"/>