Commit e895c328 authored by Jorge Moratinos's avatar Jorge Moratinos
Browse files

Improve run.sh help with enum values for log level

parent 9f00a151
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@ help() {
  echo "       -c : Setup different hostname for capif"
  echo "       -c : Setup different hostname for capif"
  echo "       -s : Run Mock server"
  echo "       -s : Run Mock server"
  echo "       -m : Clean monitoring service"
  echo "       -m : Clean monitoring service"
  echo "       -l : Set Log Level (default DEBUG)"
  echo "       -l : Set Log Level (default DEBUG). Select one of: [CRITICAL, FATAL, ERROR, WARNING, WARN, INFO, DEBUG, NOTSET]"
  echo "       -h : show this help"
  echo "       -h : show this help"
  exit 1
  exit 1
}
}