Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging Fixups #375

Merged
merged 1 commit into from
Jun 14, 2016
Merged

Logging Fixups #375

merged 1 commit into from
Jun 14, 2016

Conversation

waprin
Copy link
Contributor

@waprin waprin commented Jun 14, 2016

  1. Bug fix, wasn’t passing in token to pagination
  2. Rearrange region tags to include more
  3. Have v1 samples recommend v2 samples

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 14, 2016
new_entries, token = client.list_entries(
filter_='logName="{}"'.format(logger.full_name),
page_token=token
)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: prefer this to be at the end of the preceding line.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@theacodes
Copy link
Contributor

LGTM.

1) Bug fix, wasn’t passing in token to pagination
2) Rearrange region tags to include more
3) Have v1 samples recommend v2 samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants