From 35e5c6aedacf18d9254d8c649044b52ece84255e Mon Sep 17 00:00:00 2001 From: Martin Date: Wed, 30 Nov 2022 16:18:25 +0100 Subject: [PATCH] Update services/audit/README.md --- services/audit/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/services/audit/README.md b/services/audit/README.md index 434b2b052..18ca1cb92 100644 --- a/services/audit/README.md +++ b/services/audit/README.md @@ -1,6 +1,11 @@ # Audit service -The audit service logs all events of the system as an audit log. Per default, it will be logged to standard out, but can also be configured to a file output. Supported log formats are json or a simple key-value pair ("key1=value1 key2=value2"). +The audit service logs all events of the system as an audit log. Per default, it will be logged to standard out, but can also be configured to a file output. Supported log formats are json or a simple key-value pair like: + +file_delete) + user 'user_id' trashed file 'item_id' +file_trash_delete) + user 'user_id' removed file 'item_id' from trashbin With audit logs you are able to prove compliance with corporate guidelines as well as to enable reporting and auditing of operations. The audit service takes note of actions conducted by users and administrators.