diff --git a/CHANGES.md b/CHANGES.md index 7998e759c..75524a552 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -31,6 +31,8 @@ Release Notes. #### Documentation +* Add a section in `Log Collecting And Analysis` doc, introducing the new Python agent log reporter. + All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/96?closed=1) ------------------ diff --git a/docs/en/setup/backend/log-analyzer.md b/docs/en/setup/backend/log-analyzer.md index 34d494711..fb491d51c 100644 --- a/docs/en/setup/backend/log-analyzer.md +++ b/docs/en/setup/backend/log-analyzer.md @@ -53,6 +53,13 @@ Log framework config examples: - [log4j2.x fileAppender](../../../../test/e2e/e2e-service-provider/src/main/resources/log4j2.xml) - [logback fileAppender](../../../../test/e2e/e2e-service-provider/src/main/resources/logback.xml) +### Python agent log reporter +[SkyWalking Python Agent](https://github.com/apache/skywalking-python) implements a log reporter for the [Logging +module](https://docs.python.org/3/library/logging.html) with functionalities aligning with the Java toolkits. + +To explore how to enable the reporting features for your use cases, please refer to the +[Log Reporter Doc](https://github.com/apache/skywalking-python/blob/master/docs/LogReporter.md) for a detailed guide. + ## Log Analyzer Log analyzer of OAP server supports native log data. OAP could use Log Analysis Language to