- Aug 11, 2020
-
-
Erik Johnston authored
We do this to prevent foot guns. The default config uses a MemoryFilter, but users are free to change to logging to files directly. If they do then they have to ensure to set the `filters: [context]` on the right handler, otherwise records get written with the wrong context. Instead we move the logic to happen when we generate a record, which is when we *log* rather than *handle*. (It's possible to add filters to loggers in the config, however they don't apply to descendant loggers and so they have to be manually set on *every* logger used in the code base)
-
- Oct 18, 2019
-
-
Richard van der Hoff authored
Turns out that loggers that are instantiated before the config is loaded get turned off. Also bring the logging config that is generated by --generate-config into line. Fixes #6194.
-
- Jul 12, 2019
-
-
Slavi Pantaleev authored
This adds a missing space, without which log lines appear uglier. Signed-off-by:
Slavi Pantaleev <slavi@devture.com>
-
- Jul 03, 2019
-
-
Amber Brown authored
-
- Jun 25, 2019
-
-
Richard van der Hoff authored
Fixes #3370.
-
- Aug 02, 2018
-
-
Michael Kaye authored
This addresses #3224
-
- May 01, 2018
-
-
kaiyou authored
-
- Feb 10, 2018
-
-
kaiyou authored
-
- Feb 03, 2018
-
-
kaiyou authored
-