From 81ff3f975d5fd618de0d948a4b8708787b31508c Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Mon, 5 Jul 2021 13:12:47 +0200 Subject: [PATCH] Fix typo in json log format upgrade docs Signed-off-by: Christoph Wurst --- developer_manual/app_publishing_maintenance/upgrade-guide.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/app_publishing_maintenance/upgrade-guide.rst b/developer_manual/app_publishing_maintenance/upgrade-guide.rst index 6fc1e26fa..7261b7b0d 100644 --- a/developer_manual/app_publishing_maintenance/upgrade-guide.rst +++ b/developer_manual/app_publishing_maintenance/upgrade-guide.rst @@ -24,7 +24,7 @@ See `the pull request on Github Log format ********** -The JSON log format no longer contains full exception in the message field, but adds a separate exception entry is added and the existing message will only contain the exception message text. This might need adjustments by administrators when logs are extracted to external sources. +The JSON log format no longer contains full exception in the message field, but a separate exception entry is added and the existing message will only contain the exception message text. This might need adjustments by administrators when logs are extracted to external sources. Front-end changes ^^^^^^^^^^^^^^^^^