{"categories":[{"label":"Logging","url":"https://skillfed.io/packages/category/system-logging"}],"enrichment":{"capability":"Integrates Python's standard logging framework with LogDNA's cloud log ingestion service, sending log records to a remote LogDNA account via HTTP.","skillfed_tags":["log-aggregation","cloud-logging"],"use_cases":["Aggregate logs from multiple Python services into a single LogDNA dashboard for centralized monitoring.","Add structured metadata (app name, environment, custom fields) to logs for better filtering and debugging in production.","Replace local file-based logging with cloud ingestion to avoid disk management and enable real-time log search.","Integrate LogDNA logging into Django or other framework applications via the logging configuration dictionary.","Attach request-specific or transaction-specific metadata to log lines for correlation and tracing."],"what_it_does":"logdna is a Python logging handler that bridges the standard library's logging module to LogDNA, a cloud-based log aggregation service. It wraps log records into HTTP requests and sends them to LogDNA's ingestion endpoint, allowing centralized log collection and search across multiple Python applications. The handler integrates as a standard logging.Handler, so you configure it once and then use normal log.info(), log.warning(), etc. calls to send logs to the cloud.\n\nThe package supports metadata attachment (custom fields, app names, environments, hostnames), optional searchable metadata indexing, custom log levels, and configurable ingestion endpoints. It depends only on requests for HTTP communication. Configuration can be done programmatically or via Python's fileConfig/dictConfig, making it suitable for Django and other framework integrations.","worth_installing":"Yes, if you are already a LogDNA customer and need Python logging integration. The package is stable, has low install friction, and no known vulnerabilities. However, dormant maintenance (last release 2023-07-27) means no active bug fixes or updates; verify compatibility with your Python version and LogDNA API before adopting in new projects."},"id":"logdna","links":{"html":"https://skillfed.io/packages/logdna","md":"https://skillfed.io/packages/logdna.md","pypi":"https://pypi.org/project/logdna/"},"maintenance":{"status":"dormant"},"meta":{"latest_release":"2023-07-27","license_spdx":null,"license_treatment":"permissive","name":"logdna","python_support":"unspecified","summary":"A Python Package for Sending Logs to LogDNA"},"popularity":{"monthly_downloads":83214,"position":14093,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.18.12"}
