From fba71e5e384bb20cc8f7680a67d0d859f7a88934 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 7 Nov 2024 00:56:06 +0100 Subject: [PATCH] build(Makefile): rewrite log-% documentation --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 25a332c95..7b669c535 100644 --- a/Makefile +++ b/Makefile @@ -285,9 +285,8 @@ well-known: static; status: @./utils/develop-status.pl -a -# TODO: rework logs, because they do not work .PHONY: log-% -# HELP(log-{database,memcached,minio,backend,frontend,hoogle}): inspect output of a given (currently running) service. When a service supports multiple running instances in one develop (i.e. backend), you need to specify the exact instance by its associated file (e.g. backend-1, backend-2, etc.), please check the contents of the develop/ directory for a list of running instances. +# HELP(log-$(JOB)-$(SERVICE)): inspect output of a given service. The service must be currently running When a service supports multiple running instances in one develop (i.e. backend), you need to specify the exact instance by its associated file (e.g. backend-1, backend-2, etc.), please check the contents of the develop/ directory for a list of running instances. log-%: DEVELOP=develop/`cat develop/.current` ; \ SEARCH_FILE="$${DEVELOP}/$*" ; \