Skip to content

Commit

Permalink
server_start.sh 로그파일 남기도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
whdgns5059 committed Jan 3, 2024
1 parent 12f9260 commit 0ba8907
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/server_start.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

JAR=coolPeace-0.0.1-SNAPSHOT.jar
LOG=/dev/null
#LOG=coolpeace-console.log
#LOG=/dev/null
LOG=coolpeace-console.log
export spring_profiles_active=prod

PID=`ps -ef | grep java | grep jar | awk '{print $2}'`
Expand Down

0 comments on commit 0ba8907

Please sign in to comment.