service logs
To print the logs for a service, run:
kurtosis service logs $THE_ENCLAVE_IDENTIFIER $THE_SERVICE_IDENTIFIER
where $THE_ENCLAVE_IDENTIFIER and the $THE_SERVICE_IDENTIFIER are resource identifiers for the enclave and service, respectively. The service identifier (name or UUID) is printed upon inspecting an enclave.
The following optional arguments can be used:
-f,-followcan be added to continue following the logs, similar totail -f.--match=textcan be used for filtering the log lines containing the text.--regex-match="regex"can be used for filtering the log lines containing the regex. This filter will also work for text but will have degraded performance.-v,--invert-matchcan be used to invert the filter condition specified by either--matchor--regex-match. Log lines NOT containing the match will be returned.
Important: --match and --regex-match flags cannot be used at the same time. You should either use one or the other.