Skip to content

Tags: SAP/cf-python-logging-support

Tags

v4.2.7

Toggle v4.2.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
version 4.2.7 (#78)

Co-authored-by: Tsvetelina Marinova <tsvetelina.marinova@sap.com>

v4.2.6

Toggle v4.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update CHANGELOG.md

v4.2.5

Toggle v4.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: include stacktrace for non-error logs (#69)

The Python logging framework allows users to pass an exc_info kwarg to the logging methods, in which case the stacktrace is included even if loggers other than Logger.exception() is used.

v4.2.4

Toggle v4.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update django version 2.2.28 (#66)

v4.2.3

Toggle v4.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix: stacktrace not shown in kibana (#63)

* Fix: stacktrace not shown in kibana

When logging exceptions with logging.exception(), the cf-python-logging
library will emit the stacktrace as a separate field in the JSON. This field
is now being filtered by the BTP and no longer visible in Kibana.

This commit adds the stacktrace to the main 'msg' field and thus makes it
possible again to debug exceptions in our Python applications.

* fix version

Co-authored-by: Kiril Maslenkov <kiril.maslenkov@sap.com>

v4.0.1

Toggle v4.0.1's commit message
Version 4.0.1

v4.0.0

Toggle v4.0.0's commit message
Version 4.0.0

v3.3.1

Toggle v3.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 3.3.1 (#27)

v3.3.0

Toggle v3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 3.3.0 (#25)

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update CHANGELOG.md