ecs-logging-php icon indicating copy to clipboard operation
ecs-logging-php copied to clipboard

Results 18 ecs-logging-php issues
Sort by recently updated
recently updated
newest added

I'm not sure how these files could be missing, but I've tried both in my main project and a default empty `composer init` project, and once installed, the only actual...

The readme lists support for monolog v2 but the latest version on packagist (`elastic/ecs-logging`) is an older version (`1.0.1`) that is not synced up with the instructions in this repo....

Hi, I'm curious. Reading through source code to figure out why data that I am inserting via processors (e.g. MonoLog WebProcessor) is not being displayed by your formatter, I see...

Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [docker/login-action](https://github.com/docker/login-action). Updates `actions/checkout` from 3 to 4 Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update...

dependencies

Bumps the github-actions group with 1 update in the / directory: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.3.0 to 3.4.0 Release notes Sourced from docker/login-action's releases. v3.4.0 Bump @​actions/core from 1.10.1 to...

dependencies
github_actions

## Details ⚠️ This PR was created by an automated tool. Please review the changes carefully. ⚠️ Explicitly explain what GitHub commands are supported. ## Why We want to improve...

When trying to use ecs-logging-php with the latest `psr/log`, which is `3.0.2`, composer refused to install because this package fixes the v3 tag to specifically 3.0.0. This PR relaxes that...

the original Monolog's `FormatterInterface` [`format` method signature](https://github.com/Seldaek/monolog/blob/e94000419394ff1bec801dad310432228f9fc19c/src/Monolog/Formatter/FormatterInterface.php#L29) does not impose any return type while the `ElasticCommonSchemaFormatter` does impose a return type of `string`: https://github.com/elastic/ecs-logging-php/blob/978b848676807e62899097804939b7d90d27eec7/src/Elastic/Monolog/Formatter/ElasticCommonSchemaFormatter.php#L83 this change removes this limitation so...