Skip to content
This repository was archived by the owner on Feb 27, 2019. It is now read-only.

Latest commit

 

History

History
22 lines (17 loc) · 684 Bytes

2016-02-27-djehouty.md

File metadata and controls

22 lines (17 loc) · 684 Bytes
layout title categories author lang sitemap redirect_to
redirected
Push logs with python
Logs
cdumay
en
false

Djehouty is intended to be a set of logging formatters and handlers to easily send log entries into PaaS Logs.

This package includes:

  • for GELF:

    • a TCP/TLS handler to send log entries over TCP with TLS support.
    • a formatter to convert logging record into GELF(1.1).
  • for LTSV:

    • a TCP/TLS handler to send log entries over TCP with TLS support.
    • a formatter to convert logging record into LTSV.