~pedronis/uservice-logging/use-pip-cache-for-dev-n-testing

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Release History:
################

0.10.1
======

* monkeypatch the use of a safe JSONEncoder for formatting messages
  for logstash so not to lose logs by crashing

0.10.0
======

* replace set_extra_args with thread-safe add_extra_args, with extra
  args per thread and additive over the thread lifetime, support a
  reset_extra_args as well

0.9.0
=====

* add configure_logging directly exported from the package as the simple
  way to setup logging on disk and through logstash

* start by splitting out from uservice-utils