Skip to content

Commit

Permalink
linger on pm2 logs at startup so that can be output to stdo in docker…
Browse files Browse the repository at this point in the history
… or ouside docker
  • Loading branch information
tomich committed May 18, 2024
1 parent 6191f84 commit 0f5351f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -510,8 +510,9 @@ start_app(){
config_yarn
fi
start_app
pm2 logs

info "Craig Startup finished..."
info "Craig Shutdown..."
info "End time: $(date +%H:%M:%S)"
info "Log output: $craig_dir/startup.log"

Expand Down

0 comments on commit 0f5351f

Please sign in to comment.