faast.js

faast.js

  • Docs
  • API
  • Community
  • GitHub
  • Blog

faastjs > FaastModule > logUrl

FaastModule.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.

  • FaastModule.logUrl() method
  • Remarks
faast.js
Docs
IntroductionAPI ReferenceContributingExamples
Community
DiscordTwitterStack Overflowfaast.js
More
BlogUser Showcase
Copyright © 2022 Andy Chou