diff --git a/devfile-command b/devfile-command index dd2cf9a..eea2470 100755 --- a/devfile-command +++ b/devfile-command @@ -4,7 +4,7 @@ set -e # possible parameters CMD_RUN=devrun -CMD_DEBUG=devdebug +CMD_DEBUG=debugrun usage(){ echo "" diff --git a/devfile-supervisor.conf b/devfile-supervisor.conf index 3e80604..bab18ab 100644 --- a/devfile-supervisor.conf +++ b/devfile-supervisor.conf @@ -9,8 +9,8 @@ killasgroup=true autostart=false startretries=0 -[program:devdebug] -command=/opt/odo/bin/devfile-command devdebug +[program:debugrun] +command=/opt/odo/bin/devfile-command debugrun stdout_logfile=/dev/stdout stdout_events_enabled=true stderr_logfile=/dev/stderr