Path to this page:
Subject: CVS commit: pkgsrc/sysutils/py-structlog
From: Adam Ciarcinski
Date: 2018-10-07 09:19:22
Message id: 20181007071922.DA9EDFBEE@cvs.NetBSD.org
Log Message:
py-structlog: updated to 18.2.0
18.2.0:
Changes:
- Added structlog.stdlib.add_log_level_number() processor that adds the level \
*number* to the event dictionary.
Can be used to simplify log filtering.
- structlog.processors.JSONRenderer now allows for overwriting the *default* \
argument of its serializer.
- Added try_unbind() that works like unbind() but doesn't raise a KeyError if \
one of the keys is missing.
Files: