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

feat: set partial_success to default to true for batched logs #649

Merged
merged 7 commits into from
Oct 17, 2022
Prev Previous commit
Next Next commit
changed default partial success value for http
  • Loading branch information
daniel-sanche committed Oct 11, 2022
commit dfdc92af02a364c54e0e53591c8aa918ce76e2b4
2 changes: 1 addition & 1 deletion google/cloud/logging_v2/_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def write_entries(
logger_name=None,
resource=None,
labels=None,
partial_success=False,
partial_success=True,
dry_run=False,
):
"""Log an entry resource via a POST request
Expand Down