https://github.com/bolt/audit
Audit logging extension that listens to Bolt v3+ AccessControlEvents
https://github.com/bolt/audit
audit
Last synced: 2 months ago
JSON representation
Audit logging extension that listens to Bolt v3+ AccessControlEvents
- Host: GitHub
- URL: https://github.com/bolt/audit
- Owner: bolt
- License: mit
- Created: 2016-03-11T07:38:12.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-14T05:10:38.000Z (almost 10 years ago)
- Last Synced: 2025-01-18T08:38:04.532Z (over 1 year ago)
- Topics: audit
- Language: PHP
- Homepage: https://bolt.cm
- Size: 38.1 KB
- Stars: 0
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Bolt Auditing Extension
=======================
Logging extension for Bolt access control audit events.
### Logging Target
There are currently two choices for logging targets, a database table or the
operating system log (syslog). One, or both, can be selected in the
configuration.
### Event Selection
There are three categories of events:
* Access control checks
* Login/logout
* Password resets
All three can be logged on success or failure, and checks and resets can
be also configured to log on request.
**Note:** Access control request logging should generally only be used when
debugging as it will trigger on every request to a back end zone.