cf-python-logging-support
cf-python-logging-support copied to clipboard
Logging library for python applications deployed on SAP Cloud Platform - CloudFoundry environment
Currently, a stack trace is added twice to the log record. This bloats the data sent to the logging infrastructure. This changes adds the ability to disable this by an...
Dear Team, Do you have any plan to provide support for the FastAPI framework? If yes then can you plz provide timeline for the same
Bumps [django](https://github.com/django/django) from 1.11.29 to 3.2.25. Commits c98eca3 [3.2.x] Bumped version for 3.2.25 release. 072963e [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2ad2676 [3.2.x] Added release date for...
Hello!, I have to create a Django app in SAP BTP and I'm watching that all the buildpacks have support for version more than 3.5. Is there a way to...
It seems we can't get expected "correlation_id" via DjangoRequestReader class. def get_http_header(self, request, header_name, default=None): if request is None: return default if header_name in request.META: return request.META.get(header_name) if header_name.upper() in...
Correlation IDs and all relevant info not populated in Kibana
Falcon.API will be deprecated in next major release and only Falcon.App will be supported
Bumps [django](https://github.com/django/django) from 1.11.29 to 4.2.16. Commits 6f9fea3 [4.2.x] Bumped version for 4.2.16 release. bf4888d [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e... d147a8e [4.2.x] Fixed...