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

add placement field to all missing providers #92

Merged
merged 1 commit into from Dec 8, 2018
Merged

add placement field to all missing providers #92

merged 1 commit into from Dec 8, 2018

Conversation

philippschulte
Copy link
Member

Each logging provider supports the placement field in order to place the logging call in a specific VCL subroutine. Two related PRs have been already merged:

  1. Added log placement support for integrations that were missing it #88
  2. Add log placement #89

The problem with these two PRs is that only the response struct or the request structs have been updated in order to accept the placement field. This PR adds the placement field to all structs of each logging provider.

This PR is necessary to be able to support the placement functionality in the Terraform provider. Here is the link to the corresponding Terraform PR for more information.

add placement field to ftp, gcs, logentries, papertrail, s3, sumologic, and syslog
@sethvargo sethvargo merged commit c9e8e74 into fastly:master Dec 8, 2018
@philippschulte philippschulte deleted the add-placement-field-to-all-missing-logging-providers branch December 9, 2018 23:27
@lock lock bot locked as resolved and limited conversation to collaborators Mar 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants