slave-server-config.xml
Any action done through the Carte server embedded in the Data Integration Server is controlled through the /pentaho/server/data-integration-server/pentaho-solutions/system/kettle/slave-server-config.xml file. These three configurable options are explained here.
Note: To make modifications to slave-server-config.xml, you must stop the Data Integration Server.
Property | Values | Description |
---|---|---|
max_log_lines | Any value of 0 (zero) or greater. 0 indicates that there is no limit. | Truncates the execution log when it goes beyond this many lines. |
max_log_timeout_minutes | Any value of 0 (zero) or greater. 0 indicates that there is no timeout. | Removes lines from each log entry if it is older than this many minutes. |
object_timeout_minutes | Any value of 0 (zero) or greater. 0 indicates that there is no timeout. | Removes entries from the list if they are older than this many minutes. |
slave-server-config.xml
<slave_config> <max_log_lines>0</max_log_lines> <max_log_timeout_minutes>0</max_log_timeout_minutes> <object_timeout_minutes>0</object_timeout_minutes> </slave_config>