Skip to content

Commit 0fbfef2

Browse files
Ace Nassriengelke
Ace Nassri
authored andcommitted
Fix GCF region tags (#1827)
* Fix region tags * Update main.py
1 parent d52ccf9 commit 0fbfef2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

functions/log/main.py

Lines 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)