Skip to content

Commit

Permalink
foreman: run the dev server with --restart and --debug
Browse files Browse the repository at this point in the history
Debug enables info and debug log levels and provides quite a lot of useful dev-time information.

Restart automatically restarts the app when the .pm files change.
  • Loading branch information
grahamc committed Dec 16, 2021
1 parent cf6f78c commit aaec4bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foreman/start-hydra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ use-substitutes = true
</hydra_notify>
EOF
fi
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-dev-server --port 63333
HYDRA_CONFIG=$(pwd)/.hydra-data/hydra.conf exec hydra-dev-server --port 63333 --restart --debug

0 comments on commit aaec4bb

Please sign in to comment.