File tree Expand file tree Collapse file tree 2 files changed +24
-19
lines changed
handwritten/nodejs-logging-bunyan Expand file tree Collapse file tree 2 files changed +24
-19
lines changed Original file line number Diff line number Diff line change 1- /*!
2- * Copyright 2018 Google LLC. All Rights Reserved.
3- *
4- * Licensed under the Apache License, Version 2.0 (the "License");
5- * you may not use this file except in compliance with the License.
6- * You may obtain a copy of the License at
7- *
8- * http://www.apache.org/licenses/LICENSE-2.0
9- *
10- * Unless required by applicable law or agreed to in writing, software
11- * distributed under the License is distributed on an "AS IS" BASIS,
12- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13- * See the License for the specific language governing permissions and
14- * limitations under the License.
15- */
1+ // Copyright 2019 Google LLC
2+ //
3+ // Licensed under the Apache License, Version 2.0 (the "License");
4+ // you may not use this file except in compliance with the License.
5+ // You may obtain a copy of the License at
6+ //
7+ // https://www.apache.org/licenses/LICENSE-2.0
8+ //
9+ // Unless required by applicable law or agreed to in writing, software
10+ // distributed under the License is distributed on an "AS IS" BASIS,
11+ // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+ // See the License for the specific language governing permissions and
13+ // limitations under the License.
14+ //
1615
1716'use strict' ;
1817
Original file line number Diff line number Diff line change @@ -23,6 +23,12 @@ compatible with [Bunyan](https://www.npmjs.com/package/bunyan). Simply attach th
2323Before running the samples, make sure you've followed the steps outlined in
2424[ Using the client library] ( https://github.com/googleapis/nodejs-logging-bunyan#using-the-client-library ) .
2525
26+ ` cd samples `
27+
28+ ` npm install `
29+
30+ ` cd .. `
31+
2632## Samples
2733
2834
@@ -36,7 +42,7 @@ View the [source code](https://github.com/googleapis/nodejs-logging-bunyan/blob/
3642__ Usage:__
3743
3844
39- ` node express.js `
45+ ` node samples/ express.js `
4046
4147
4248-----
@@ -53,7 +59,7 @@ View the [source code](https://github.com/googleapis/nodejs-logging-bunyan/blob/
5359__ Usage:__
5460
5561
56- ` node quickstart.js `
62+ ` node samples/ quickstart.js `
5763
5864
5965-----
@@ -70,7 +76,7 @@ View the [source code](https://github.com/googleapis/nodejs-logging-bunyan/blob/
7076__ Usage:__
7177
7278
73- ` node setup_explicit.js `
79+ ` node samples/ setup_explicit.js `
7480
7581
7682
@@ -79,4 +85,4 @@ __Usage:__
7985
8086[ shell_img ] : https://gstatic.com/cloudssh/images/open-btn.png
8187[ shell_link ] : https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/nodejs-logging-bunyan&page=editor&open_in_editor=samples/README.md
82- [ product-docs ] : https://cloud.google.com/logging
88+ [ product-docs ] : https://cloud.google.com/logging
You can’t perform that action at this time.
0 commit comments