From 07b94e6ba33776fdb35c8891b7b8903b3544edff Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 6 Dec 2022 10:59:59 +0100 Subject: [PATCH] doc(admin documentation): Warn about the changed errorlog message prefix Signed-off-by: Christoph Wurst --- admin_manual/configuration_server/logging_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 42498a942..1cab2887b 100644 --- a/admin_manual/configuration_server/logging_configuration.rst +++ b/admin_manual/configuration_server/logging_configuration.rst @@ -31,6 +31,8 @@ All log information will be sent to PHP ``error_log()``. "log_type" => "errorlog", +.. warning:: Until version Nextcloud 25 log entries were prefixed with ``[owncloud]``. From 26 onwards messages start with ``[nextcloud]``. + file ~~~~