Skip to content

Commit 5f3df16

Browse files
authored
Add ecs_logging to dependencies (#1840)
* Add ecs_logging to dependencies * CHANGELOG * Add doc note for ecs_logging dependency addition
1 parent 6afbf05 commit 5f3df16

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

CHANGELOG.asciidoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ endif::[]
4646
* Add instrumentation for redis.asyncio {pull}1807[#1807]
4747
* Add support for urllib3 v2.0.1+ {pull}1822[#1822]
4848
* Add `service.environment` to log correlation {pull}1833[#1833]
49+
* Add `ecs_logging` as a dependency {pull}1840[#1840]
4950
5051
[float]
5152
===== Bug fixes

docs/logging.asciidoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,9 @@ Then, you could use a grok pattern like this (for the
181181
[[log-reformatting]]
182182
=== Log reformatting (experimental)
183183

184-
The agent can automatically reformat application to ECS format when the application includes the `ecs-logging-python` library in its dependencies.
184+
Starting in version 6.16.0, the agent can automatically reformat application
185+
logs to ECS format with no changes to dependencies. Prior versions must install
186+
the `ecs_logging` dependency.
185187

186188
Log reformatting is controlled by the <<config-log_ecs_reformatting, `log_ecs_reformatting`>> configuration option, and is disabled by default.
187189

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ install_requires =
3939
urllib3!=2.0.0,<3.0.0
4040
certifi
4141
wrapt>=1.14.1
42+
ecs_logging
4243
test_suite=tests
4344

4445
[options.entry_points]

0 commit comments

Comments
 (0)