python icon indicating copy to clipboard operation
python copied to clipboard

A python package for sending logs to LogDNA

Results 6 python issues
Sort by recently updated
recently updated
newest added

I haven't found the documentation here to be very straightforward. I think I'm supposed to create a new pipeline in order to establish a destination (in this case, the mezmo...

Bumps [cryptography](https://github.com/pyca/cryptography) from 39.0.0 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies

This task consists of subtasks of getting this library fully covered and having integration testing

enhancement

I think I found a deadlock issue in the library. I added a unit test that reproduces the issue and a potential fix.

When attempting to do this in my FastAPI backend. I am noticing that the request is getting blocked. ```python handler = LogDNAHandler(key='') logging.getLogger().addHandler(handler) logging.info("Checking to see if it works!") ```...

Closes https://github.com/logdna/python/issues The project is outdated and as such I'm getting linting and installation errors, however I have been able to integrate this into my project successfully and can confirm...