Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: lnasonThis absence of the log files could be driven by a server property, but it might also be a function of what method you are using to start your brx.
BRX Execution Method:
Can you provide some more information about how you are kicking off the BRX runs? For example, are you trying to use the "Execute BRX" node in BRE?....or, are you starting the brx from the command line on the server where LAE is installed?
If you are working from the command line, can you provide an example of the command and arguments/parameters you are using?
Server Config:
You can try setting the following property to false in the $lae_home/conf/brain/ls_brain.prop file...
ls.brain.fileCleanup=false
....the default value is true. I'm not completely sure that this drives cleanup of log files and don't have time to test right now. You would need to restart your LAE server after updating this property.