Detail.logUrl property
The URL of the logs for the specific execution of this function call.
Signature:
logUrl?: string;
Remarks
This is different from the general logUrl from FaastModule.logUrl(), which provides a link to the logs for all invocations of all functions within that module. Whereas this logUrl is only for this specific invocation.