Skip to content

Commit 33a7c82

Browse files
committed
docs(AI-act): Add note that config changes are logged in audit log
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
1 parent 9e0842d commit 33a7c82

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

admin_manual/ai/eu_ai_act.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ This section describes of how Nextcloud and its AI products implemented the tran
1414
- Agentic interactions with third parties always include a note that the interaction was generated by AI (e.g. E-Mails sent on behalf of the user, calendar events created on behalf of the user, etc.).
1515
- Employees of Nextcloud GmbH have been instructed through the internal AI policy to inform audience when they send or publish content that were generated by AI or significantly altered by AI.
1616
- All interactions of users with AI in Nextcloud are retained in the database for observability and transparency. Refer to :ref:`Insight and Debugging<ai-insight-and-debugging>` for details on how to explore and examine these records.
17+
- All changes to AI configuration will be logged in the :ref:`audit log<config-admin-audit>`.
1718

1819
Reliability and robustness
1920
--------------------------

admin_manual/configuration_server/logging_configuration.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ Empty value are written as two dashes: ``--``.
138138
Admin audit log (Optional)
139139
--------------------------
140140

141+
.. _config-admin-audit:
142+
141143
By enabling the **admin_audit** app, additional information about various events can be logged. Similar to the normal logging, the audit log can be provided to any of the existing logging mechanisms in :file:`config/config.php`. The default behavior, if no parameters are specified after the app is enabled, is ``file`` based logging to a file called ``audit.log`` stored in the ``datadirectory``.
142144

143145
If you wish to override this and log to syslog instead the following would be one approach:

0 commit comments

Comments
 (0)