You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by yi...@apache.org on 2023/01/17 19:01:49 UTC

[skywalking-python] branch swlogging-fix updated: changelog

This is an automated email from the ASF dual-hosted git repository.

yihaochen pushed a commit to branch swlogging-fix
in repository https://gitbox.apache.org/repos/asf/skywalking-python.git


The following commit(s) were added to refs/heads/swlogging-fix by this push:
     new 0a73383  changelog
0a73383 is described below

commit 0a73383f40f394c84453c45b0619c44e95d2554a
Author: Superskyyy <Su...@outlook.com>
AuthorDate: Tue Jan 17 14:01:45 2023 -0500

    changelog
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 321ba94..2050d5a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@
   - Fix Kafka-python plugin SkyWalking self reporter ignore condition (#249)
   - Add primary endpoint in tracing context and endpoint info to log reporter (#261)
   - Enforce tag class type conversion (#262)
+  - Fix sw_logging (log reporter) potentially throw exception leading to traceback confusion (#267)
 
 - Docs:
   - New documentation on how to test locally (#222)