developeregrem/fewohbee

Add Logging

developeregrem opened this issue · 0 comments

At the moment no events will be logged.
Events must be logged and written to the DB. The entity Log shall be used for this.

In another ticket these events will be displayed in the web page and can be reviewed by the admin user.

Every event that triggers a create, update or delete of an entity should be logged.
User supplied input must be sanitized before writing to the log.