From 178146d2259701f25ae83274bc69a3b3c351abae Mon Sep 17 00:00:00 2001 From: Shyunn Date: Tue, 8 Oct 2024 12:58:11 +0800 Subject: [PATCH] docs: add go-agent to log-agent-native doc (#12676) --- docs/en/setup/backend/log-agent-native.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/en/setup/backend/log-agent-native.md b/docs/en/setup/backend/log-agent-native.md index 87a8c12229..a3c4120759 100644 --- a/docs/en/setup/backend/log-agent-native.md +++ b/docs/en/setup/backend/log-agent-native.md @@ -38,3 +38,12 @@ module](https://docs.python.org/3/library/logging.html) with functionalities ali To explore how to enable the reporting features for your use cases, please refer to the [Log Reporter Doc](https://skywalking.apache.org/docs/skywalking-python/next/en/setup/advanced/logreporter/) for a detailed guide. + +## Golang agent log reporter + +[SkyWalking Golang Agent](https://github.com/apache/skywalking-go) implements a log reporter for the logging module +with functionality is similar to that of the Java toolkits. + +To explore how to enable the reporting features for your use cases, please refer to the +[Log Reporter Doc](https://skywalking.apache.org/docs/skywalking-go/next/en/advanced-features/manual-apis/toolkit-log/) for a +detailed guide.