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

Ship Directives for easy log filtering #370

Open
rcoh opened this issue May 13, 2021 · 0 comments
Open

Ship Directives for easy log filtering #370

rcoh opened this issue May 13, 2021 · 0 comments
Labels
ops Improves our operations and release process

Comments

@rcoh
Copy link
Collaborator

rcoh commented May 13, 2021

Goal would be to support something structured like Go:

cfg, err := config.LoadDefaultConfig(context.TODO(), config.WithRegion("us-east-2"))
cfg.ClientLogMode |= aws.LogRequest | aws.LogRequestWithBody | aws.LogResponse | aws.LogResponseWithBody

Where the individual directives would be prebaked for the existing tracing tags we have

@jdisanti jdisanti added the ops Improves our operations and release process label Aug 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ops Improves our operations and release process
Projects
None yet
Development

No branches or pull requests

2 participants