From eb4fbb70fd44baff8c767775f8412d040511fb34 Mon Sep 17 00:00:00 2001
From: DMRobertson A structured logging system can be useful when your logs are destined for a
machine to parse and process. By maintaining its machine-readable characteristics,
it enables more efficient searching and aggregations when consumed by software
-such as the "ELK stack".
Synapse's structured logging system is configured via the file that Synapse's
log_config
config option points to. The file should include a formatter which
uses the synapse.logging.TerseJsonFormatter
class included with Synapse and a
--
cgit 1.5.1