ajenkinski

Results 6 issues of ajenkinski

Added a `--stream-prefix` (`-p` for short) option to `awslogs get`, to tell it to treat the `log_stream_name` argument as a name prefix instead as a regular expression. This allows it...

When performing an `awslogs get` operation on a log group with many streams, even if I I specify the full log stream name I want to search, the performance is...

I'm opening this issue as a feature request to add support for using an AWS DynamoDB table as the cache backend. I have already implemented a BaseCache implementation that uses...

cachelib integration

Adds an AWS DynamoDB cache backend to contrib. The `DynamoDbCache` class has documentation on usage. - Fixes #333 Checklist: - [ ] Add tests that demonstrate the correct behavior of...

cachelib integration

A reference to a non-existent rule produces an error in Please. However, a reference to a non-existent named output just silently succeeds with no output. I would think that referring...

bug

The [log_enabled!](https://docs.rs/log/latest/log/macro.log_enabled.html) macro supports a `target` keyword, to check if logging is enabled with for a given target. The documentation gives this example for instance: ```rust if log_enabled!(target: "Global", Debug)...