use '-o short' console output in start-local.sh

This commit is contained in:
Danny Coates 2013-09-01 11:03:15 -07:00
Родитель e7428e496f
Коммит cbebd7a336
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -14,4 +14,4 @@ if [[ $app ]] ; then
hekad -config=heka/hekad.toml &
fi
NODE_ENV="local" ./bin/key_server.js | ./node_modules/bunyan/bin/bunyan
NODE_ENV="local" ./bin/key_server.js | ./node_modules/bunyan/bin/bunyan -o short