Skip to content

Commit

Permalink
Merge pull request #6764 from nextcloud/enh/log-fields
Browse files Browse the repository at this point in the history
Update log filed schema
  • Loading branch information
ChristophWurst authored Jun 10, 2021
2 parents 6a4cc7b + 2901259 commit 6b8c8cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions admin_manual/configuration_server/logging_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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: "--".
Expand All @@ -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 <https://portal.nextcloud.com/article/using-the-audit-log-44.html>`_.

.. _PHP date function: http://www.php.net/manual/en/function.date.php
.. _PHP date function: http://www.php.net/manual/en/function.date.php

0 comments on commit 6b8c8cc

Please sign in to comment.