We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c44a261 commit cba97b0Copy full SHA for cba97b0
.github/workflows/Backend-CD.yml
@@ -228,7 +228,7 @@ jobs:
228
# ---------------------------------------------------------
229
# 0) 실행 로그(라인 타임스탬프 부착)
230
231
- LOG="/tmp/ssm-$(date +%Y%m%d_%H%M%S).log"
+ LOG="/var/log/relife/ssm-$(date +%Y%m%d_%H%M%S).log"
232
exec > >(awk '{ fflush(); print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }' | tee -a "$LOG")
233
exec 2> >(awk '{ fflush(); print strftime("[%Y-%m-%d %H:%M:%S]"), $0 }' | tee -a "$LOG" >&2)
234
0 commit comments