Skip to content

Commit ee148dc

Browse files
author
Jon Wayne Parrott
committed
Fixing bad logging argument
Change-Id: Ib3697e3264ae98041145a4c57c68febeb34f8646
1 parent 00efc03 commit ee148dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging/api-client/list_logs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
# [START list_logs]
3434
def list_logs(project_id, logging_service):
35-
request = logging_service.projects().logs().list(projectsId=project_id)
35+
request = logging_service.projects().logs().list(projectId=project_id)
3636

3737
while request:
3838
response = request.execute()

0 commit comments

Comments
 (0)