Skip to content

Commit 31fc944

Browse files
committed
Fix monitoring_session.sh to use correct path for puma_access.log
1 parent d893d14 commit 31fc944

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/monitoring_session.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ tmux new-window -t "${SESSION_NAME}":2 -n "docs-log" -c "$HOME" "tail -F $HOME/d
2020
tmux new-window -t "${SESSION_NAME}":3 -n "puma-hook" -c "$ROOT_DIR" "sudo journalctl -u rails-master-hook_puma_production -f"
2121
tmux new-window -t "${SESSION_NAME}":4 -n "hook-script" -c "$ROOT_DIR" "sudo journalctl -t rails-master-hook -f"
2222
tmux new-window -t "${SESSION_NAME}":5 -n "puma-error" -c "$HOME" "tail -F $HOME/rails-contributors/current/log/puma_error.log"
23-
tmux new-window -t "${SESSION_NAME}":6 -n "puma-access" -c "$HOME" "tail -F $HOME/current/log/puma_access.log"
23+
tmux new-window -t "${SESSION_NAME}":6 -n "puma-access" -c "$HOME" "tail -F $HOME/rails-contributors/current/log/puma_access.log"
2424

2525
tmux select-window -t "${SESSION_NAME}":1
2626
exec tmux attach -t "$SESSION_NAME"

0 commit comments

Comments
 (0)