Kevin McNamee

Results 8 issues of Kevin McNamee

Hi @Delgan, there is a known problem with very large log entries (>16KB) being split into parts by Fluent Bit as discussed here: https://docs.fluentbit.io/manual/pipeline/filters/multiline-stacktrace#docker-partial-message-use-case https://github.com/aws/aws-for-fluent-bit/issues/25 I am also running into...

feature

Hi! I wanted to share my experience with using loguru with Celery and gevent. Any feedback appreciated. We use Celery workers to do the heavy-lifting which includes calls to REST...

Hi, Environment: Gunicorn + Flask, Fluentbit, Datadog I created an Intercept Handler according to the [docs](https://loguru.readthedocs.io/en/stable/overview.html#entirely-compatible-with-standard-logging) and then applied it to the loggers: ```python logging.basicConfig(handlers=[InterceptHandler()], level=0, force=True) logging.getLogger("gunicorn.access").handlers = [InterceptHandler()]...

question

Hi! I'm working on the JSON format for our logs. The following string substitution works with the ip address appearing as an "extra" field in the log record: ```python import...

I think it would be really useful to have a `Get Secret` keyword. Best practice for AWS hosted services is to store credentials in the Secrets Manager, which makes it...

Hi @samuelpcabral! I just checked out the module after the merges and am trying to set up the environment as per [CONTRIBUTING.md](https://github.com/MarketSquare/robotframework-aws/blob/master/CONTRIBUTING.md) but get this error when installing the requirements....

Hi Delgan! I have a suggestion for a `logger.metric()` method. Currently we use `logger.info()` to publish metrics as part of the "extra" data. This works fine. However, as the code...

- [ ] I have added a news fragment under `changelog.d/` (if the patch affects the end users) ## Summary of changes Updated docs on changing pipx location in Windows