Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 892 Bytes

faastjs.faastmoduleproxy.logurl.md

File metadata and controls

27 lines (18 loc) · 892 Bytes
id title hide_title
faastjs.faastmoduleproxy.logurl
FaastModuleProxy.logUrl() method
true

faastjs > FaastModuleProxy > logUrl

FaastModuleProxy.logUrl() method

The URL of logs generated by this cloud function.

Signature:

logUrl(): string;

Returns:

string

Remarks

Logs are not automatically downloaded because they cause outbound data transfer, which can be expensive. Also, logs may arrive at the logging service well after the cloud functions have completed. This log URL specifically filters the logs for this cloud function instance. Authentication is required to view cloud provider logs.

The local provider returns a file:// url pointing to a file for logs.