structlog 0.1.0

Structured logging based on key/value pairs
Documentation
1
2
3
4
5
6
7
8
9
# structlog

Structured logging that collects lots of information as key/value pairs. This can then be serialised to an appropriate
format for logging systems that provide search mechanisms such as stackdriver or the ELK stack.

## Use as middleware

I am building this to use as middleware in web services using the Iron framework and will add that functionality here as
modules.