LibreKB logs every user action, including:
- User log in
- User log out
- User updates their profile
- An article is created, edited, or deleted
- A category is created, edited, or deleted
- A user is created, edited, or deleted
As most people will never actually use this feature, there is no link to it in the admin interface. If you wish to access it, log in to your site as an admin (manager or client user groups do not have permission to view it), and go to /admin/logs.
In most scenarios, the log will never become big enough to cause resource, storage, or performance issues with the site. For security reasons, LibreKB has no built-in way to delete log entries. If you wish to delete log entries, you can do so using database management tools provided by your server or hosting provider, such as phpMyAdmin or the MySQL CLI. How to do so is outside the scope of this article.