faastjs.detail.logurl.md

April 11, 2023 ยท View on GitHub

faastjs > Detail > logUrl

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.