Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0fbfef2

Browse filesBrowse files
Ace Nassriengelke
authored andcommitted
Fix GCF region tags (GoogleCloudPlatform#1827)
* Fix region tags * Update main.py
1 parent d52ccf9 commit 0fbfef2
Copy full SHA for 0fbfef2

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed

‎functions/log/main.py

Copy file name to clipboardExpand all lines: functions/log/main.py
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
# [START functions_log_bigquery_stackdriver]
15+
# [START functions_log_stackdriver]
1616
import base64
1717
import json
1818

19-
# [END functions_log_bigquery_stackdriver]
19+
# [END functions_log_stackdriver]
2020

2121
# [START functions_log_helloworld]
2222
import logging
@@ -27,9 +27,9 @@
2727
import os
2828
# [END functions_log_retrieve]
2929

30-
# [START functions_logs_retrieve]
30+
# [START functions_log_retrieve]
3131
import google.cloud.logging as cloud_logging
32-
# [END functions_logs_retrieve]
32+
# [END functions_log_retrieve]
3333

3434

3535
# [START functions_log_helloworld]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.