Commit Graph
8 Commits
Author SHA1 Message Date
Amin FarjadiandGitHub 74fdbc7b75 Fix typo in structured_logging.md for file handler config (#18872) 2025-09-09 09:51:36 +01:00
axel simonandGitHub 4513b36a75 Add link explaining ELK stack to structured_logging.md (#16091) 2023-08-16 14:08:35 +01:00
Dirk KlimpelandGitHub 298911555c Fix typos in documentation (#12863) 2022-05-25 10:14:03 +01:00
Patrick ClokeandGitHub 6902e9ff2b Remove docs for converting a legacy structured logging config. (#12392)
And update the upgrade notes to point at old versions of the documentation.
2022-04-06 13:41:14 -04:00
Patrick ClokeandGitHub e69f8f0a8e Remove support for the legacy structured logging configuration. (#12008) 2022-02-17 13:32:18 +00:00
Brad JonesandGitHub 3914576b2b Fix example for structured logging. (#11946)
The StreamHandler takes a stream parameter, not location.
2022-02-09 20:56:33 +00:00
Patrick ClokeandGitHub 00b24aa545 Support generating structured logs in addition to standard logs. (#8607)
This modifies the configuration of structured logging to be usable from
the standard Python logging configuration.

This also separates the formatting of logs from the transport allowing
JSON logs to files or standard logs to sockets.
2020-10-29 07:27:37 -04:00
Amber BrownandGitHub 7dc398586c Implement a structured logging output system. (#5680) 2019-08-28 21:18:53 +10:00