Skip to content

Commit

Permalink
removed --log-file option
Browse files Browse the repository at this point in the history
  • Loading branch information
supertick committed Mar 13, 2024
1 parent 806ac47 commit 8bfeab2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion myrobotlab.bat
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ IF NOT "%*"=="" (
echo "libraries/repo.json exists."
) ELSE (
echo "libraries/repo.json does not exist."
"%JAVA%" %JAVA_OPTIONS% -cp %CLASSPATH% org.myrobotlab.service.Runtime --install --log-file myrobotlab-install.log
"%JAVA%" %JAVA_OPTIONS% -cp %CLASSPATH% org.myrobotlab.service.Runtime --install
)

"%JAVA%" %JAVA_OPTIONS% -cp %CLASSPATH% org.myrobotlab.service.Runtime --log-level warn -s log Log webgui WebGui intro Intro python Python
Expand Down
2 changes: 1 addition & 1 deletion myrobotlab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if test -f "$REPO_FILE"; then
echo "$REPO_FILE exists."
else
echo "$REPO_FILE does not exist."
"${JAVA}" ${JAVA_OPTIONS} -cp ${CLASSPATH} org.myrobotlab.service.Runtime --install --log-file myrobotlab-install.log
"${JAVA}" ${JAVA_OPTIONS} -cp ${CLASSPATH} org.myrobotlab.service.Runtime --install
fi

"${JAVA}" ${JAVA_OPTIONS} -cp ${CLASSPATH} org.myrobotlab.service.Runtime --log-level warn -s log Log webgui WebGui intro Intro python Python
Expand Down

0 comments on commit 8bfeab2

Please sign in to comment.