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
|