Add a doc section for Python agent log reporter. (#7430)

This commit is contained in:
Yihao Chen 2021-08-10 15:39:09 +08:00 committed by GitHub
parent 85e22f5124
commit ac4330c0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,8 @@ Release Notes.
#### Documentation #### 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) All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/96?closed=1)
------------------ ------------------

View File

@ -53,6 +53,13 @@ Log framework config examples:
- [log4j2.x fileAppender](../../../../test/e2e/e2e-service-provider/src/main/resources/log4j2.xml) - [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) - [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
Log analyzer of OAP server supports native log data. OAP could use Log Analysis Language to Log analyzer of OAP server supports native log data. OAP could use Log Analysis Language to