File: CHANGELOG.txt

package info (click to toggle)
python-logistro 2.0.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 204 kB
  • sloc: python: 350; makefile: 4
file content (19 lines) | stat: -rw-r--r-- 533 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
v2.0.1
- Close read pipe when pipeLogger is closed
v2.0.0
- Remove all import-time side effects: Users must now
  call `logistro.betterConfig()` manually.
- Improve processing of exc_info.
v1.1.0
- Allow users to set their own stacklevel
v1.0.12
- Properly decode argument to number or string
- Make default level from CLI = None
v1.0.11
- Set minimum requirement to python 3.8
v1.0.10
- Improve formatting
v1.0.9
- Fix exception() calls to show stacktrace
- Turn off help in parser and expose so
  importing packages can include it