Bug 208888 - [NEW PORT] devel/py-structlog: makes structured logging easy in Python
Summary: [NEW PORT] devel/py-structlog: makes structured logging easy in Python
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Matthew Seaman
URL:
Keywords:
Depends on:
Blocks: 208890
  Show dependency treegraph
 
Reported: 2016-04-18 12:41 UTC by Dave Cottlehuber
Modified: 2016-05-15 17:52 UTC (History)
1 user (show)

See Also:


Attachments
v1 (1.61 KB, text/plain)
2016-04-18 12:41 UTC, Dave Cottlehuber
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Cottlehuber freebsd_committer freebsd_triage 2016-04-18 12:41:32 UTC
Created attachment 169428 [details]
v1

# checks

- portlint AC looks fine
- poudriere OK under 10.3R-amd64
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-05-15 17:50:44 UTC
A commit references this bug:

Author: matthew
Date: Sun May 15 17:49:56 UTC 2016
New revision: 415271
URL: https://svnweb.freebsd.org/changeset/ports/415271

Log:
  Structured Logging for Python

  Makes structured logging with key-value logging, incremental context building,
  and arbitrary formatting easy.

  WWW: http://www.structlog.org/

  PR:		208888
  Submitted by:	Dave Cottlehuber <dch@skunkwerks.at>

Changes:
  head/devel/Makefile
  head/devel/py-structlog/
  head/devel/py-structlog/Makefile
  head/devel/py-structlog/distinfo
  head/devel/py-structlog/pkg-descr
Comment 2 Matthew Seaman freebsd_committer freebsd_triage 2016-05-15 17:52:31 UTC
Committed, thanks!