From 8d585f96c7daee1837b2a2f1093ac3f5e05152a2 Mon Sep 17 00:00:00 2001 From: raj_mathe Date: Sun, 23 Oct 2022 14:12:36 +0200 Subject: [PATCH] master > master: justfile - logs --- justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/justfile b/justfile index e25b291..11eb8d5 100644 --- a/justfile +++ b/justfile @@ -224,6 +224,9 @@ _display-logs: @- cat logs/debug.log @echo "" @echo "----------------" +logs: + @just _create-logs + @tail -f logs/debug.log & # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ # TARGETS: processes