You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: