{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/6"}],"enrichment":{"capability":"Provides a Python logging handler that asynchronously uploads application logs to Azure Log Analytics Workspace via REST API, using a background thread to batch and send logs without blocking the main process.","skillfed_tags":["azure-integration","abandoned"],"use_cases":["Centralize application logs from Python services running in Azure to a Log Analytics Workspace for monitoring and alerting.","Ship logs asynchronously without slowing down request handling in web applications or background workers.","Route only INFO and above logs to Azure while keeping DEBUG logs local, reducing Azure ingestion costs.","Integrate Azure log shipping into existing Python logging configurations without rewriting log handling code."],"what_it_does":"This package extends Python's built-in logging module with a handler that sends logs to Azure Log Analytics Workspace asynchronously. It works by spawning a background thread that collects log records in a queue and periodically flushes them to Azure's REST API in bulk, designed to avoid blocking your application's main execution thread while shipping logs to the cloud.\n\nThe handler reads three required environment variables to configure Azure credentials and workspace settings, plus an optional frequency parameter to control how often batched logs are sent. It integrates directly into Python's standard logging configuration, allowing you to route logs to Azure alongside or instead of local handlers, with support for custom formatters to structure the data for Azure Log Analytics queries.","worth_installing":"No. The package is abandoned (last update 2021-06-14) with no maintenance activity. While it has a permissive MIT license and no known vulnerabilities, the lack of updates creates risk for compatibility with modern Python versions, Azure SDK changes, and security patches. High install friction compounds this. For new projects, use an actively maintained Azure logging solution instead."},"id":"logging-azure-rest","links":{"html":"https://skillfed.io/packages/logging-azure-rest","md":"https://skillfed.io/packages/logging-azure-rest.md","pypi":"https://pypi.org/project/logging-azure-rest/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2021-06-14","license_spdx":null,"license_treatment":"permissive","name":"logging-azure-rest","python_support":"supports_current","summary":"A python threadded logging handler and service extension for Azure Log Workspace OMS REST API."},"popularity":{"monthly_downloads":1723691,"position":3614,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3.0"}
