Add comment explaining where javelin logs are found

Document where javelin2 logs are kept to make it easier to
debug issues.

Change-Id: I3dc04e854a2166351958eb8b86f4645cc809460a
This commit is contained in:
Joe Gordon 2014-09-06 19:52:57 -07:00
parent bee2f39b6c
commit c473bcb7ea
1 changed files with 1 additions and 0 deletions

View File

@ -228,6 +228,7 @@ function run_javelin() {
cp $tempest_conf $javelin_conf
# Make javelin write logs to javelin.log
iniset $javelin_conf DEFAULT log_file $GRENADE_DIR/javelin.log
echo "Logs can be found at javelin.log"
fi
echo_summary "Running Javelin to $action resources"