We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf5390 commit fd402a8Copy full SHA for fd402a8
functions/stackdriver-logging/index.js
@@ -11,7 +11,7 @@ exports.helloError = functions.https.onRequest((request, response) => {
11
// [END sd_example_function]
12
13
// [START sd_logging_setup]
14
-// Instantiate the StackDriver Logging SDK. The project ID will
+// Instantiate the logging SDK. The project ID will
15
// be automatically inferred from the Cloud Functions environment.
16
const logging = new Logging();
17
const log = logging.log('my-custom-log-name');
0 commit comments