renaming of the simple format

This commit is contained in:
David Christofas
2022-11-30 16:32:49 +01:00
parent a0c06d733d
commit 23a41f7d0f
+2 -2
View File
@@ -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'