splitLog: Splits log file (appends to log filename, extensions with the type of event: see help on\n\
startup information-level traces). No log files for code/decode and load operations are created.\n\
Default value 'no'.\n\
- detailedLog: Insert detailed information at log files. Should be disabled on automatic tests. Useful on\n\
- 'balance' mode to know messages flow along the sockets. Default value 'no'.\n\
+ detailedLog: Insert detailed information at log files (timestamps, communication resources, etc.). Useful\n\
+ to analyze the messages flow along the sockets (specially on 'balance' mode). Default 'no'.\n\
dumpLog: Write to disk every incoming/outcoming message named as:\n\
'<originHost>.<hop by hop>.<end to end>.<message code>.<request|answer>.<type of event>.xml'\n\
Default value 'no'.\n\
echo "ADML SYSTEM TEST CONFIGURATION WIZARD"
echo "====================================="
echo
-[ -d ADMLS ] && _exit "ADMLS directory still exists. Please remove it to continue (you may have to 'pkill ADML' before) !"
+[ -d ADMLS ] && _exit "ADMLS directory still exists. Please move/remove it to continue (you may have to 'pkill ADML' before) !"
[ ! -d services ] && _exit "Missing services configuration (expecting '$PWD/services' directory) !"
calculate_deployment_layout
splitLog: Splits log file (appends to log filename, extensions with the type of event: see help on
startup information-level traces). No log files for code/decode and load operations are created.
Default value 'no'.
- detailedLog: Insert detailed information at log files. Should be disabled on automatic tests. Useful on
- 'balance' mode to know messages flow along the sockets. Default value 'no'.
+ detailedLog: Insert detailed information at log files (timestamps, communication resources, etc.). Useful
+ to analyze the messages flow along the sockets (specially on 'balance' mode). Default 'no'.
dumpLog: Write to disk every incoming/outcoming message named as:
'<originHost>.<hop by hop>.<end to end>.<message code>.<request|answer>.<type of event>.xml'
Default value 'no'.