Skip to content

logging: support UploadPeriodMinutes and CompressionFormat parameters #14

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

Merged
merged 1 commit into from
Mar 4, 2025

Conversation

oxtoacart
Copy link
Collaborator

Updates tailscale/corp#26860

@@ -20,7 +20,7 @@ jobs:
echo "module=$(go env GOMODCACHE)" | tee -a $GITHUB_OUTPUT

- name: Set up cache
uses: actions/cache@v2
uses: actions/cache@v4
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Drive-by to make GitHub happy.

logging_test.go Outdated
S3AccessKeyID: "my-access-key-id",
S3RoleARN: "my-role-arn",
S3ExternalID: "my-external-id",
}
server.ResponseBody = expectedLogstream

actualWebhook, err := client.Logging().LogstreamConfiguration(context.Background(), LogTypeConfig)
Copy link
Member

Choose a reason for hiding this comment

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

Whoops this was me a while back with bad copy / paste 🤦

Suggested change
actualWebhook, err := client.Logging().LogstreamConfiguration(context.Background(), LogTypeConfig)
actualLogstream, err := client.Logging().LogstreamConfiguration(context.Background(), LogTypeConfig)

Updates tailscale/corp#26860

Signed-off-by: Percy Wegmann <percy@tailscale.com>
@oxtoacart oxtoacart merged commit 97b5675 into main Mar 4, 2025
2 checks passed
@oxtoacart oxtoacart deleted the percy/corp26860 branch March 11, 2025 11:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants