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}/$*" ; \