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
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.
Maybe release an alpha/beta so its less confusing? right now it's not clear you will have to pull the repo using "dev-master'
The text was updated successfully, but these errors were encountered:
Apologies, I just realised the older 1.0.1 release does work with monolog v2. I was talking about the v2 namespace changes introduced in January, see commit b0e438a and 62f2b60 that changes how the library works.
If people follow the instructions in the readme it will not work with the older 1.0.1 version which can be confusing.
In the latest release (1.0.2) we decided to revert v2 namespace changes and stay with Monolog version neutral namespace for now - if it will be necessary it should be possible to add support for Monolog v1 by detecting Monolog version at runtime i.e., without requiring changes to the part of the application referring to ElasticCommonSchemaFormatter. As a bonus 1.0.2 is backward compatible with already existing 1.* releases (as it should be).
The online docs are in sync as well.
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.Maybe release an alpha/beta so its less confusing? right now it's not clear you will have to pull the repo using "dev-master'
The text was updated successfully, but these errors were encountered: