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

User-defined log stream prefix #83

Closed
bartpio opened this issue May 8, 2019 · 2 comments
Closed

User-defined log stream prefix #83

bartpio opened this issue May 8, 2019 · 2 comments
Labels
feature-request A feature should be added or improved.

Comments

@bartpio
Copy link
Contributor

bartpio commented May 8, 2019

In the prior state, a user-defined log stream suffix may be provided, but the prefix is always of the form yyyy/mm/dd. In some usage scenarios, this can prevent efficient filtering of log streams when enumerating the streams in a group.

Allow an optional LogStreamNamePrefix configuration, which if specified, is used as the first segment of the prefix. If this configuration is engaged, the yyyy/mm/dd system-generated form will be used as the second segment of the prefix. The design invariant that a unique date-based segment is included in the stream name is maintained.

If the LogStreamNamePrefix configuration is not engaged, behavior will match the prior state; log stream names will begin with the yyyy/mm/dd segment.

@sstevenkang sstevenkang added the feature-request A feature should be added or improved. label May 8, 2019
@klaytaybai
Copy link

Thanks for bringing some attention to this and working on the PR. I'm assuming that you're aware of #1.

@normj
Copy link
Member

normj commented Jun 25, 2019

Closing this and we will use your PR to track this feature request #84

@normj normj closed this as completed Jun 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

4 participants