New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

udplog

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

udplog

UDPLog is a system for emitting application log events via UDP and shipping them via RabbitMQ or Scribe for further processing.

0.1.1
PyPI
Maintainers
1

UDPLog

What is this?

UDPLog is a system for emitting application log events via UDP and shipping them via RabbitMQ or Scribe for further processing. The idea is that the applications sends its structured log events to a dedicated shipping daemon on the same machine, which in turn passes it on to one or more remote services. As this uses UDP, emitting events is non-blocking fire-and-forget. An application like Logstash can then be used to process and store log events.

Requirements

  • simplejson
  • Twisted (optional for Twisted logging support and requisite for the server-side shippers)
  • txAMQP (for shipping to RabbitMQ)
  • scribe (for shipping to Scribe)
  • thrift (for shipping to Scribe)

To generate the documentation:

  • docutils
  • Sphinx
  • pydoctor (including apilinks_sphinxext.py)
  • epydoc

The code in this distribution started as an internal tool at Mochi Media and is made available under the MIT License. See the included LICENSE file for details.

Keywords

logging twisted udp scribe

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts