Modify the XML file
The logback.xml
file controls the size and number of the log files. Perform the following steps to modify the logback.xml
file:
Log on to the cluster and stop the AEL daemon.
Navigate to the
design-tools/data-integration/adaptive-execution/config
directory and open thelogback.xml
file.
Edit the following settings:
maxFileSize
The rotation file size. The maximum size of each log file is 10MB (default).
minIndex and maxIndex
The number of log files in use. The maximum number of log files is 10 (default). The minimum number of log files is 0.
Save and close the file.
Restart the AEL daemon.
See the Administer Pentaho Data Integration and Analytics document for more information about the AEL daemon.
Last updated
Was this helpful?