Phil - Tuesday, February 5, 2013 3:16 PM:
I've been using the debug logging feature in ARAS for quite some time now, and it has come in handy on several occasions. My question is: Is this feature documented anywhere?
I am just using the default configuration, and have scheduled executables that run on the server that compress the generated XML files and delete them after a certain time period.
I just wonder if there are any options/attributes I could be utilizing to generate less individual XML files, or any other sort of customization. In case what I am talking about needs clarifying, I am referring to the logging generated by the following lines in the InnovatorServer config file:
<operating_parameter key="debug_log_flag" value="true"></operating_parameter>
<operating_parameter key="debug_log_limit" value="10000"></operating_parameter>
<operating_parameter key="debug_log_pretty" value="true"></operating_parameter>
Thanks again for the assistance.