wrapping all echo statements with timestamp.

This commit is contained in:
smruthi2187
2018-02-08 13:58:44 -08:00
parent b18c965860
commit b61bf9324f
+1 -1
View File
@@ -36,4 +36,4 @@ build_and_push_fluentd $FLUENTD_IMAGE:$TAG
build_fission_cli
install_and_test $IMAGE $TAG $FETCHER_IMAGE $TAG $FLUENTD_IMAGE $TAG $PRUNE_INTERVAL
install_and_test $IMAGE $TAG $FETCHER_IMAGE $TAG $FLUENTD_IMAGE $TAG $PRUNE_INTERVAL | while read line; do echo -e "$(tstamp)\t$line"; done