Chris Rose
cabdb26cee
Apply code style to project via: ruff format .
2023-10-29 22:18:29 +01:00
MinchinWeb
7d492bad67
Remove log format test
...
as *rich* is now doing this
2021-06-30 23:29:20 -06:00
Deniz Turgut
50281c42e5
Fix dictionary logging in formatter
...
Python special cases single Mapping arguments to logging. This
adjusts BaseFormatter to skip "fancy" formatting if argument
is of type Mapping. Also adds various formatted log outputs.
2020-05-09 21:25:38 +03:00
Deniz Turgut
c19075816b
use context manager for log testing
2020-05-09 19:30:21 +03:00
Deniz Turgut
97dbafcb89
Fix LOG_FILTER to act on exact messages
...
* Adds the ability to filter templated messages by exact message,
as well as templates.
* Adds a test for LimitFilter.
Fixes #2552 , #2682
2020-04-12 21:00:27 +03:00