Skip to content

Commit

Permalink
Update logs.asciidoc
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorelli25 authored Sep 1, 2023
1 parent 8041dd7 commit b4074b6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/logs.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ The agent will automaticaly inject correlation IDs that allow navigation between

This features is part of {observability-guide}/application-logs.html[Application log ingestion strategies].

The {ecs-logging-go-ref}/intro.html[`ecs-logging-go`] library can also be used to use the {ecs-logging-ref}/intro.html[ECS logging] format without an APM agent.
The {ecs-logging-go-logrus-ref}/intro.html[`ecslogrus`] and {ecs-logging-go-zap-ref}/intro.html[`ecszap`] libraries can also be used to use the {ecs-logging-ref}/intro.html[ECS logging] format without an APM agent.
When deployed with the Go APM agent, the agent will provide <<log-correlation-ids,log correlation>> IDs.

The Go agent provides integrations for popular logging frameworks that
inject trace ID fields into the application's log records. You can find a list of
the supported logging frameworks under <<supported-tech-logging, supported technologies>>.

If your favorite logging framework is not already supported, there are two other options:

* Open a feature request, or contribute code, for additional support as described in <<contributing>>.
* Manually inject trace IDs into log records, as described below in <<log-correlation-manual>>.

Expand Down

0 comments on commit b4074b6

Please sign in to comment.