A Python logging handler that sends log messages to Loggly's cloud-based log management service. Current version 1.0.1 (last updated 2021). Release cadence is low; no recent updates. Supports both HTTP and HTTPS endpoints with optional tags and SSL verification.
pip install loggly-python-handlerVerified import paths — ran on the pinned version, not inferred.
Sets up a basic Loggly handler that sends logs to the default HTTP endpoint. Replace 'your-customer-token' with your Loggly customer token.
Use loggly.handlers.LogglyHandler with a queued handler or offload logging to a separate thread.
Set the environment variable PYTHONHTTPSVERIFY=0 or patch the handler to pass verify=False; otherwise use HTTPS with proper certificates.
No dependency data recorded yet.