summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9d599f432..88743cc7b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -115,6 +115,13 @@ Core
names. This way one X.509 certificate can be used for hosts that can be
reached under multiple DNS names or for multiple hosts.
+ * The Asterisk logging system now supports JSON structured logging. Log
+ channels specified in logger.conf or added dynamically via CLI commands now
+ support an optional specifier prior to their levels that determines their
+ formatting. To set a log channel to format its entries as JSON, a formatter
+ of '[json]' can be set, e.g.,
+ full => [json]debug,verbose,notice,warning,error
+
Functions
------------------