From 2901259af7389cbd49acfb370039f5836be42d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Thu, 10 Jun 2021 10:51:19 +0200 Subject: [PATCH] Update log filed schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- admin_manual/configuration_server/logging_configuration.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_server/logging_configuration.rst b/admin_manual/configuration_server/logging_configuration.rst index 0bf6d3802fb..344a8da532e 100644 --- a/admin_manual/configuration_server/logging_configuration.rst +++ b/admin_manual/configuration_server/logging_configuration.rst @@ -121,8 +121,10 @@ Log field breakdown * **app**: affected app (always admin_audit in audit.log) * **method**: HTTP method, for example GET, POST, PROPFIND, etc. – empty on occ calls * **url**: request path (if applicable – empty on occ calls) -* **message**: event information +* **message**: event information message * **userAgent**: user agent (if applicable – empty on occ calls) +* **exception**: Full exception with trace (if applicable) +* **data** additional structured data (if applicable) * **version**: Nextcloud version at the time of request Empty value are written as two dashes: "--". @@ -147,4 +149,4 @@ If required, the name and path of the audit log file can be customized by using Find detailed documentation on auditable events for enterprises in our `customer portal `_. -.. _PHP date function: http://www.php.net/manual/en/function.date.php \ No newline at end of file +.. _PHP date function: http://www.php.net/manual/en/function.date.php