Make json output to follow common pattern LEVEL: details

Signed-off-by: Roman Galeev <roman_galeev@mckinsey.com>
This commit is contained in:
Roman Galeev 2018-06-19 11:36:47 +00:00
parent b73d254e76
commit dcb80b9713

View file

@ -65,7 +65,7 @@ check_1_4() {
info "$check_1_4"
for u in $docker_users; do
info " * $u"
logjson "1.4" "$u"
logjson "1.4" "INFO: $u"
done
currentScore=$((currentScore + 0))
}