FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit ed52e949 authored by L. Bower's avatar L. Bower
Browse files

adding log level to docker launch script

parent 660f6edc
No related branches found
No related tags found
No related merge requests found
......@@ -4,13 +4,14 @@ set -e
upload=''
islive=''
clearup=''
loglevel=''
component='not_set'
config='/storage/app/EWS_prod/regions/EastAfrica/resources/coordinator/configs/config_EastAfrica_fc_live.json' # default
rundate=$(date '+%Y%m%d') # default today
SHORT=p:c:s:h
LONG=component:,config:,rundate:,noupload::,islive::,clearup::,help
LONG=component:,config:,rundate:,noupload::,islive::,clearup::,loglevel::,help
OPTS=$(getopt -a --options $SHORT --longoptions $LONG -- "$@")
echo $OPTS
eval set -- "$OPTS"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment