From 23a41f7d0f1c81111254236d64d21c83fb2ec909 Mon Sep 17 00:00:00 2001 From: David Christofas Date: Wed, 30 Nov 2022 16:32:49 +0100 Subject: [PATCH] renaming of the simple format --- services/audit/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/services/audit/README.md b/services/audit/README.md index 8b17989a68..31239cb2cb 100644 --- a/services/audit/README.md +++ b/services/audit/README.md @@ -1,10 +1,10 @@ # 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. +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 minimal human-readable format. 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. -Example key-value pairs: +Example minimal format: ``` file_delete) user 'user_id' trashed file 'item_id'