[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#790399: ITP: structlog -- tructured Logging for Python



Package: wnpp
Severity: wishlist
Owner: Filippo Giunchedi <filippo@debian.org>

* Package name    : structlog
  Version         : 15.2.0
  Upstream Author : Hynek Schlawack <hs@ox.cx>
* URL             : http://www.structlog.org
* License         : Apache 2.0 or MIT
  Programming Lang: Python
  Description     : structured Logging for Python

Structlog makes structured logging in Python easy by augmenting your existing
logger. Structured logging means that you don’t write hard-to-parse and
hard-to-keep-consistent prose in your logs but that you log events that happen
in a context instead.
.
Structlog allows you to split your log entries up into key/value pairs and
build them incrementally without annoying boilerplate code. It can be used
immediately with any existing logger.


Reply to: