FAQ | This is a LIVE service | Changelog

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

adding log level to docker launch script

parent 78400867
No related branches found
No related tags found
No related merge requests found
......@@ -38,6 +38,10 @@ do
islive="--islive"
shift 2;
;;
--loglevel )
loglevel="--loglevel"
shift 2;
;;
--clearup )
clearup="--clearup"
shift 2;
......@@ -94,6 +98,7 @@ function run_coordinator() {
-p "$component" \
-c "$config" \
-s "$rundate" \
-l "$loglevel" \
$upload \
$islive \
$clearup
......
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