Skip to content

Commit ed02300

Browse files
chore: add show-logs justfile cmd (#258)
1 parent ff3ae5a commit ed02300

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

justfile

+5
Original file line numberDiff line numberDiff line change
@@ -105,3 +105,8 @@ reset-git:
105105
merge-main:
106106
git fetch origin main:main
107107
git merge main
108+
109+
110+
# Make sure to set your PGT_LOG_PATH in your shell profile.
111+
show-logs:
112+
tail -f $(ls $PGT_LOG_PATH/server.log.* | sort -t- -k2,2 -k3,3 -k4,4 | tail -n 1)

0 commit comments

Comments
 (0)