From 4a8569345b99f05f5344ca19748f47d19a3ae597 Mon Sep 17 00:00:00 2001
From: Raimo Niskanen
Date: Tue, 5 Mar 2019 15:32:52 +0100
Subject: List sys:get_debug/3 in general deprecations
---
system/doc/general_info/deprecations.xml | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
(limited to 'system/doc')
diff --git a/system/doc/general_info/deprecations.xml b/system/doc/general_info/deprecations.xml
index ccfd553bad..c748e60059 100644
--- a/system/doc/general_info/deprecations.xml
+++ b/system/doc/general_info/deprecations.xml
@@ -61,6 +61,27 @@
library has also been scheduled
for removal.
+
+ System Events
+
+ The format of "System Events" as defined in the man page for
+ sys
+ has been clarified and cleaned up.
+ Due to this, code that relied on the internal badly
+ documented previous (before this change) format
+ of OTP's "System Events", needs to be changed.
+
+
+ In the wake of this the function
+ sys:get_debug/3
+ that returns data with undocumented and internal format
+ (and therefore is practically useless) has been deprecated,
+ and a new function
+ sys:get_log/1
+ has been added,
+ that hopefully does what the deprecated function was intended for.
+
+