Skip to content

Commit

Permalink
Merge pull request #25 from docker/3.3instrumenting
Browse files Browse the repository at this point in the history
add diag output to sendtierbeacon.sh for logging
  • Loading branch information
pcaskey authored Feb 13, 2017
2 parents 9612d40 + c41520a commit a32b912
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/bin/sendtierbeacon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ LOGPORT="5000"
LOGTEXT="TIERBEACON/TIER/1.0#IM=$IMAGENAME#IV=$VERSION-$TIERVERSION#MT=$MAINTAINER#"
if [ -z "$TIER_BEACON_OPT_OUT" ]; then
`logger -n $LOGHOST -P $LOGPORT -t TIERBEACON $LOGTEXT`
echo "TIER beacon sent."
fi

0 comments on commit a32b912

Please sign in to comment.