forked from mirror/fake-firehose
Clarified logging output language
This commit is contained in:
parent
4c316296a5
commit
1f9d8adc14
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ do
|
||||||
url=`echo $line | jq .url| sed 's/\"//g'`
|
url=`echo $line | jq .url| sed 's/\"//g'`
|
||||||
uri=`echo $line | jq .uri| sed 's/\"//g'`
|
uri=`echo $line | jq .uri| sed 's/\"//g'`
|
||||||
|
|
||||||
echo "[INFO] STREAMING from $host $url"
|
echo "[INFO] Posting $url from $host"
|
||||||
echo $uri >> "/data/$today.uris.txt"
|
echo $uri >> "/data/$today.uris.txt"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue