From d83052373178e5557c1fcf1dba7d3a3f9631f733 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Mon, 24 Jan 2022 13:47:01 +0000 Subject: [PATCH] All platforms (web, ios, android) provide feedback in various formats, none of which contain log files. --- docs/submitted_reports.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/submitted_reports.md b/docs/submitted_reports.md index 082aafa..45bd719 100644 --- a/docs/submitted_reports.md +++ b/docs/submitted_reports.md @@ -8,6 +8,8 @@ At present these should not be considered absolute nor a structure to follow; bu Log files are not transmitted; the main feedback is entirely within the user message body. +This occurs from all platforms. + ## Element Web / Element Desktop Log files are transmitted in reverse order (0000 is the youngest) @@ -20,7 +22,7 @@ Log line format: L = log level, (W=Warn, I=Info, etc) ``` -New log files are started each restart of the app. +New log files are started each restart of the app, but some log files may not contain all data from the start of the session. ## Element iOS